@charset "UTF-8";
/*头部*/
.logo {
    width: 100%;
    height: 140px;
    display: block;
    background: url(../img/logo2_new.svg) no-repeat 20px center;
    background-size: auto 40px;
}
.right-user-info {
    width: 40%;
    float: right;
}
.to-login {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    position: absolute;
    right: 52px;
    top: 50px;
    /* background: #0c52c1; */
    line-height: 50px;
    height: 50px;
    width: 120px;
}
.to-login .hxui-icon {
    font-size: 32px;
    vertical-align: -8px;
}
.to-login:hover {
    background: #FF9800;
}
.to-login.to-msg {
    right: 176px;
}
.top-explain {
    text-align: center;
    position: absolute;
    left: 830px;
    top: 34px;
    font-size: 20px;
    color: #555;
    font-weight: 600;
}
.top-link {
    text-align: center;
    position: absolute;
    right: 20px;
    top: 40px;
}
.top-link a {
    color: #0B51C1;
    text-decoration: none;
}
.top-link a:hover {
    color: #0B51C1;
    text-decoration: underline;
}
.to-user-tool {
    display: block;
    text-align: right;
    margin-top: 50px;
}
.to-user-tool .user-name {
    display: inline-block;
    text-align: right;
    padding: 8px;
}
.to-user-tool .user-name strong {
    display: block;
    width: 15em;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.to-user-tool .user-name em {
    display: block;
    margin-top: 4px;
    width: 15em;
    float: right;
    font-size: 16px;
    color: #fff;
    opacity: 0.7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.to-user-tool .user-mark {
    background: #0076fc;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid rgba(10, 10, 10,0.2);
    border-radius: 8px;
    float: right;
}

/*底部*/
.footer {
    background: transparent;
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
}
.conac {
    padding-top: 16px;
}
.jiucuo {
    padding-top: 28px;
    padding-right: 30px;
}
.copyright {
    margin: 16px 0;
}
.copyright p {
    margin: 10px;
    font-size: 12px;
}
.copyright a {
    color: #333;
    text-decoration: none;
}
.copyright a:hover {
    color: #0B51C1;
    text-decoration: underline;
}

/*banner*/
.banner-wrap {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    /* overflow: hidden; */
    transform: scaleY(-1);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00bdff+0,0b51c1+100 */
    background: rgb(0,189,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,189,255,1) 0%, rgba(11,81,193,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,189,255,1) 0%,rgba(11,81,193,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,189,255,1) 0%,rgba(11,81,193,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bdff', endColorstr='#0b51c1',GradientType=0 ); /* IE6-9 */
}
.banner-bg{
    background: url(../img/banner-bg.png) center bottom no-repeat;
    background-size: 100% auto;
    height: 100%;
    width: 80%;
    margin: 0 10%;
}
/*.banner-main {*/
/*    width: 270px;*/
/*    position: absolute;*/
/*    top: 40px;*/
/*    right: 50px;*/
/*    z-index: 2;*/
/*}*/
.banner-main {
    width: 350px;
    position: absolute;
    top: 30px;
    right: 50px;
    z-index: 2;
}
/*内容*/
.content {
    position: relative;
    height: 280px;
    margin-bottom: 10px;
    z-index: 0;
}
.index-content.content:before{
    width: 100%;
    height: 80px;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/content-bg.png) center bottom no-repeat;
    background-size: 100% auto;
    z-index: 1;
}
/*登录页*/
.content.login-page {
    height: auto;
    margin-bottom: 0;
    /* padding: 70px 0 30px; */
}
.login-page .banner-wrap{

}
.login-page .logo {
    background: url(../img/logo2_new.svg) no-repeat 20px center;
}
.login-page.content:before{
    background: url(../img/login-banner-bg.png) 0 bottom no-repeat;
    background-size: cover;
    /* display: none; */
    height: 100%;
}
/*登录框*/
.login-wrap {
    width: 420px;
    height: auto;
    border-radius: 6px;
    margin: 0 70px;
    padding: 20px 30px 20px;
    position: relative;
    box-shadow: 0 1px 8px #8799ff;
    background: #fff;
    float: right;
}
.login-wrap h2 {
    color: #0B51C1;
    font-size: 32px;
    margin: 1em 2em;
    letter-spacing: 6px;
    text-align: center;
}
.input-text {
    height: 44px;
    line-height: 44px;
    border-radius: 0;
    border: 0px solid #ccc;
    background: #ffffff;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    display: block;
    width: 100%;
    color: #333;
}
.login-wrap .input-text {
    text-indent: 50px;
}
.input-text:focus {
    outline: none;
    border-bottom: 1px solid #0B51C1;
}
textarea.form-item-control {
    height: auto;
}
.username, .password, .verifycod, .submit,.unlogn-wrap,.sjyzm {
    padding: 0 1.5em 1.2em;
    position: relative;
}
.username label, .password label, .verifycod label,.sjyzm label {
    position: absolute;
    left: 30px;
    height: 44px;
    overflow: hidden;
    width: 30px;
    text-indent: -999px;
}
.username label {
    background: url(../img/dengluming.png) no-repeat center center;
}
.password label{
    background: url(../img/mima.png) no-repeat center center;
}
.verifycod label {
    background: url(../img/yanzhengma.png) no-repeat center center;
}
.sjyzm label {
    background: url(../img/sjyzm.png) no-repeat center center;
}
.sjyzm .input-text {
    /*letter-spacing: 14px;*/
}
.fssjyzm{

}
.password .forget-pwd {
    position: absolute;
    right: 40px;
    top: 0;
    line-height: 40px;
    color: #aaa;
    padding: 0 5px;
    text-decoration: none;
}
.verifycode-img {
    width: 26%;
    right: 36px;
    display: inline-block;
    position: absolute;
    top: 6px;
    height: 30px;
}
.verifycode-img img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
/*多选*/
.m-unlogn{}
.m-unlogn label {
    font-size: 14px;
    color: #999;
    line-height: 18px;
    display: inline-block;
    height: 16px;
    padding-left: 8px;
    cursor: pointer;
}
.u-checkbox {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #D0D0D0;
    border-radius: 2px;
    float: left;
    cursor: pointer;
    color: #999;
    font-size: 12px;
}
.u-checkbox-select {
    background: url(../img/checkbox-select.png) no-repeat center center;
}
.submit .hxui-btn {
    width: 48%;
    font-size: 1.3em;
    height: 44px;
    line-height: 44px;
}
.wrong-info {
    color: red;
}
.app-download {
    margin: 10px 0 40px;
    position: relative;
    text-align: center;
}
.app-download a {
    color: #0B51C1;
    text-decoration: none;
    display: inline-block;
    background: url(../img/app-down.png) no-repeat 0 center;
    padding: 0 0 0 24px;
    line-height: 24px;
}
.app-download a:hover {
    text-decoration: underline;
}
.erweima {
    display: none;
    position: absolute;
    bottom: 40px;
    left: 50%;
    border: 1px solid #0B51C1;
    box-shadow: 0 4px 8px #9E9E9E;
}
.erweima:after {
    width: 0;
    height: 0;
    content: "";
    border-left: 0;
    border-right: 10px solid transparent;
    border-top: 10px solid #0B51C1;
    border-bottom: 0;
    position: absolute;
    left: -1px;
    bottom: -10px;
}
.erweima img {
    width: 160px;
    height: 160px;
}
/*外链*/
.link-wrap {
    position: relative;
    display: flex;
}
.link-to {
    color: #fff;
    display: inline-block;
    text-indent: 20px;
    text-decoration: none;
    font-size: 16px;
    line-height: 40px;
    flex: 1;
    background: url(../img/link-right.png) no-repeat 96% center #0b51c1;
    margin: 24px 0 0 2%;
    width: 23.25%;
    position: relative;
}
.link-wrap .link-to:first-child {
    margin-left: 0;
}
.link-to:hover {
    color: #1357c7;
    background: #fff;
    /* text-decoration: underline; */
    cursor: pointer;
    box-shadow: 0px 3px 2px -1px #1357c7;
}
.link-to:hover span:after {
    width: 0;
    height: 0;
    content: "";
    border-left: 8px solid #ffffff;
    border-right: 8px solid #ffffff;
    border-top: 0;
    border-bottom: 8px solid #FF9800;
    position: absolute;
    right: 10px;
    top: 15px;
}

a.link-to {
    color: #333;
    background: #f4f8fb;;
    cursor: pointer;
    box-shadow: none;
    border-radius: 10px 0;
}
a.link-to .hxui-icon {
    float: right;
    line-height: 40px;
    margin-right: 10px;
    color: #666;
}
a.link-to:hover {
    color: #fff;
    background-color: #1357c7;
    border-radius: 0;
}
.link-open-list .link-list {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 26px;
    left: 0;
    background: #fff;
    z-index: 999;
    list-style: none;
    padding: 0;
    height: 0;
    overflow: hidden;
    transition: height ease .3s;
}
.link-open-list:hover .link-list {
    display: block;
    box-shadow: 0 -4px 8px 0px #3949ab;
    height: auto;
    border-top: 1px solid #09f;
}
.link-open-list .link-list li a {
    float: left;
    padding: 0;
    margin: 0;
    color: #555;
    line-height: 30px;
    text-decoration: none;
}
.link-open-list .link-list li a:hover {
    color: #0B51C1;
    text-decoration: underline;
}

/*注册页*/
.content.register-page {
    border-top: 4px solid #0B51C1;
    height: auto;
}
.register-page .scene-wrap {
    padding-top: 28px;
}
.steps-content {
    margin: 16px 0;
    border: 1px dashed #e9e9e9;
    border-radius: 6px;
    background-color: #fafafa;
    min-height: 200px;
    text-align: center;
    padding: 20px 0;
}
.steps-action {
    margin-top: 24px;
}

/*表单*/
.form-item {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    zoom: 1;
    display: block;
    box-sizing: border-box;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    color: #555;
    box-sizing: border-box;
    padding: 0;
    list-style: none;
    margin: 0 0 16px;
    vertical-align: top;
}
.form-item-label {
    width: 20%;
    text-align: right;
    vertical-align: middle;
    line-height: 40px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 600;
    position: relative;
}
.form-item-label.form-item-required:before {
    display: inline-block;
    margin-right: 4px;
    content: '*';
    font-family: SimSun;
    line-height: 1;
    font-size: 14px;
    color: #f5222d;
}
.form-item .hxui-radio-icon {
    left: 9px;
}
.form-item-control-wrap {
    width: 60%;
    display: inline-block;
    text-align: left;
    position: relative;
}
.form-item-control, .hxui-select {
    font-variant: tabular-nums;
    box-sizing: border-box;
    margin: 0;
    list-style: none;
    position: relative;
    display: inline-block;
    padding: 4px 11px;
    width: 100%;
    height: 36px;
    font-size: 13px;
    line-height: 1.5;
    color: #555;
    /*background-color: #fff;*/
    /*background-image: none;*/
    background: #f6faff;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: all .3s;
}
.form-item a {
    color: #0B51C1;
}
.form-item a:hover {
    color: #0B51C1;
}
.form-item-control-right {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    background-color: #ddd;
}
.form-item.form-item-extra-wrap {
    margin-bottom: 30px;
}
.form-item-extra {
    position: absolute;
    top: 40px;
    left: 0;
    width: auto;
    line-height: 1rem;
    font-size: 12px;
}

/*页面框架*/
.page{
    /*background-color: #F5FAFE;*/
    background-color: #fff;
}
.page .header{
    /*background: url(../img/top-bg.jpg) right top no-repeat #fff;*/
    background: #0B51C1;
    background-size: 100%;
}
.page .footer {
    background-color: #F9F9F9;
    margin-top: 30px;
    padding: 20px 0;
    border-top: 1px solid #0B51C1;
}
.page .footer p {
    margin: 9px 0;
    font-size: 16px;
    color: #333;
}

.page .footer a {
    color: #333;
    text-decoration: none;
}
.page .footer p.copyright {
    font-weight: 600;
}
/*导航*/
.nav-wrap {
    height: 54px;
    text-align: center;
    margin: 0 auto;
    background: #0076fd;
}
.nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    width: 100%;
    background: #0076fd;
}
.nav li {
    display: inline-block;
    line-height: 54px;
    height: 54px;
    flex: 1;
    position: relative;
}
.nav li a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    display: block;
}
.nav li a img {
    vertical-align: -2px;
    margin-right: 8px;
    width: 24px;
    height: 24px;
}
.nav li:hover:after {
    /*border-bottom: 4px solid #fff;*/
    width: 100%;
    height: 4px;
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    bottom: -2px;
}
/*.nav li.active:after,.nav li:hover:after {*/
/*    !*border-bottom: 4px solid #fff;*!*/
/*    width: 100%;*/
/*    height: 4px;*/
/*    content: "";*/
/*    display: block;*/
/*    background-color: #fff;*/
/*    position: absolute;*/
/*    bottom: -2px;*/
/*}*/
.nav-tool {
    width: 130px;
    font-size: 18px;
    line-height: 44px;
    float: right;
    color: #fff;
    position: relative;
    cursor: pointer;
}
.nav-tool:hover {
    background-color: #3949ab;
    box-shadow: 0 4px 8px 0px #3949ab;
}
.nav-tools-list {
    position: absolute;
    background: #3949ab;
    z-index: 999;
    line-height: 56px;
    right: 0;
    height: 0;
    width: auto;
    overflow: hidden;
    transition: height ease .3s;
    border-radius: 0 0 6px 6px;
}
.nav-tool:hover .nav-tools-list {
    height: auto;
    box-shadow: 0 4px 8px 0px #3949ab;
}
.nav-tools-list a {
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    font-size: 16px;
    line-height: 56px;
    display: block;
    height: 56px;
    padding: 0 1.3rem;
}
.nav-tools-list a i {
    margin-right: 8px;
    margin-top: -4px;
}
.nav-tools-list a:hover {
    background: #0B51C1;
}

.main.index-main {
    margin-top: -10px;
}

.title {
    line-height: 40px;
    height: 40px;
    /* display: flex; */
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
    padding-left: 10px;
}
.title img {
    vertical-align: -12px;
}
/*业务系统列表*/
.system-wrap {
    position: relative;
}
.system-more {
    width: 100%;
    height: 134px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.system-more .pre,.system-more .next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    font-size: 34px;
}
.system-more .pre{
    left: -40px;
}
.system-more .next{
    right: -40px;
}
.system-more .pre.disabled,.system-more .next.disabled{
    opacity: 0.3;
    cursor: not-allowed;
}
.system-more .pre i,.system-more .next i {
    font-size: 40px;
    color: #ccc;
}
.system-item-all{
    display: flex;
    width: 100%;
    list-style: none;
    padding: 0;
}
.system-item {
    flex: 1;
    margin-right: 24px;
    background: #ddd;
    text-align: center;
    border-radius: 8px;
    position: relative;
    padding: 10px 4px 14px;
    cursor: pointer;
    text-decoration: none;
}
.system-item:last-child {
    margin-right: 0;
}
.system-item:after {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    content: "";
    background-image: linear-gradient(213deg, rgba(255,255,255,0.18) 0%, rgba(1,1,4,0.00) 73%);
    border-radius: 8px;
}
.system-item:before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    content: "";
    background: url(../img/card-bg.svg) -3px bottom no-repeat transparent;
    background-size: contain;
}
.bg-info {
    background-color: #0091FF;
}
.bg-success {
    background-color: #1BC48D;
}
.bg-warning {
    background-color: #FA6400;
}
.bg-error {
    background-color: #F9414D;
}
.bg-purple {
    background-color: #6236FF;
}
.system-item span {
    display: block;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.system-item.active:hover {
    background-image: url(../img/icon-dddl.svg);
    background-position: -16px -13px;
    background-repeat: no-repeat;
}
.system-item:hover {
    box-shadow: 0 2px 6px #999;
}

.system-item:hover:after {
    display: block;
}
/*服务事项*/
.server-wrap {
    margin: 30px 0;
    background: #CCDCE8;
    padding: 20px 0 30px;
}
.server-item-all {
    display: flex;
    width: 100%;
    list-style: none;
    padding: 0;
}
.server-item {
    flex: 1;
    margin-right: 24px;
    background: #fff;
    text-align: center;
    border-radius: 8px;
    position: relative;
    padding: 40px 4px 40px;
    cursor: pointer;
    text-decoration: none;
}
.server-item span {
    display: block;
    font-size: 24px;
    color: #333;
    margin-top: 20px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.server-item:hover {
    box-shadow: 0 2px 6px #999;
}


.map-list-wrap {
    background: #f4f8fb;
    border-top: 2px solid #0B51C1;
    display: flex;
}
.map-img{
    width: 50%;
    background: url(../img/map-point-1.png) no-repeat center center  #E4F3FF;
}
.map-list {
    width: 50%;
    padding: 30px 30px 10px;
}
.map-item {
    background: url(../img/icon-mappoint.svg) no-repeat 25px center  #fff;
    padding: 20px 20px 20px 80px;
    margin-bottom: 20px;
}
.map-item:hover {
    background: url(../img/icon-mappoint-2.svg) no-repeat 25px center  #E4F3FF;
    margin-bottom: 20px;
}
.map-item strong {
    font-size: 1.2em;
    line-height: 2em;
    margin: .5em 0;
}
.map-item p {
    color: #666;
    line-height: 1.5em;
    margin: .5em 0;
}
/*右侧栏*/
.user-tool {
    z-index: 999;
    position: fixed;
    right: 10px;
    top: 0;
    width: 90px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-tool-list {
    border-radius: 10px;
    /*padding: 4px;*/
    background: #1d3cb3;
}

.user-tool-list a {
    background: #0B51C1;
    border-bottom: 1px solid #1d3cb3;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 70px;
    text-align: center;
    padding: 10px 0;
}
.user-tool-list a:first-child {
    border-radius: 8px 8px 0 0;
}
.user-tool-list a:last-child {
    border-bottom: 0 solid #fff;
    border-radius: 0 0 8px 8px;
}
.user-tool-list a span{
    display: block;
    font-size: 13px;
}
.user-tool-list a .hxui-icon{
    display: block;
    font-size: 32px;
    margin-bottom: 3px;
}
.user-tool-list a:hover{
    background: #FF9800;
}
/*首页提醒*/
.msg-wrap{
    margin: 30px 0 0;
    position: relative;
    border: 2px solid #0B51C1;
    border-radius: 8px;
    border-right-width: 14px;
}
.msg-title {
    background-color: #0B51C1;
    position: relative;
    justify-content: space-between;
    align-items: center;
    display: inline-block;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.msg-title:after{
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    right: -16px;
    top: 0;
    border-top: 26px solid transparent;
    border-right: 0 solid transparent;
    border-left: 16px solid #0B51C1;
    border-bottom: 25px solid transparent;
}
.msg-wrap:after{
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    right: 0;
    top: 0;
    border-top: 26px solid transparent;
    border-left: 0 solid transparent;
    border-right: 16px solid #0B51C1;
    border-bottom: 25px solid transparent;
}
.msg-items {
    display: inline-table;
    margin-left: 50px;
    width: calc(100% - 250px);
}
.msg-item {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    margin-right: 30px;
    display: table-cell;
    /*white-space: nowrap;*/
}
.msg-item i {
    font-size: 22px;
}
.msg-info i, .msg-info b, .msg-info  sup,.text-info {
    color: #0B51C1;
}
.msg-success i, .msg-success b, .msg-success  sup,.text-success {
    color: #4CAF50;
}
.msg-warning i, .msg-warning b, .msg-warning  sup,.text-warning {
    color: #FF9800;
}
.msg-error i, .msg-error b, .msg-error  sup,.text-error {
    color: #F13500;
}
.msg-item b {
    color: #333;
    margin-right: 8px;
}
.msg-item em {
    color: #0B51C1;
    font-style: normal;
    font-size: 24px;
    font-weight: 600;
    position: relative;
}
.msg-item:hover em:after {
    position: absolute;
    content: "";
    left: -9px;
    top: 0px;
    z-index: -1;
    width: 30px;
    height: 40px;
    /* background: #FF9800; */
    background: url(../img/msg-hover.png) 0 top no-repeat transparent;
    background-size: contain;
}
/*盒子*/
.ibox {
    position: relative;
    overflow: hidden;
}
.ibox-title {
}
.ibox-title h5 {
    display: inline-block;
    color: #0B51C1;
    font-size: 18px;
    margin: 16px;
    padding: 0;
}
.ibox-title h3 {
    display: inline-block;
    color: #0B51C1;
}
.ibox-title .more {
    color: #0B51C1;
    text-decoration: none;
    float: right;
    margin-top: 16px;
}
/*首页新闻盒子*/
.index-news .ibox {
    width: 49%;
    float: left;
    background: #f4f8fb;
    margin-top: 30px;
}
.index-news .ibox:nth-child(odd) {
    margin-right: 2%;
}
.index-news .ibox:nth-child(even) {
    margin-right: 0;
}
.index-news .ibox-title {
    border-bottom: 2px solid #0B51C1;
}
.index-news .ibox-title .title {
    margin-top: 8px;
    display: inline-block;
    margin-bottom: 8px;
}
.index-news .ibox-title h3 {
    margin: 0 0 -2px;
    width: auto;
    background: #0B51C1;
    height: 52px;
    line-height: 52px;
    color: #fff;
    font-size: 24px;
    padding: 0 30px 0 34px;
    border-radius: 10px 0 0 0;
}
.index-news .ibox-title .more {
    margin-top: 12px;
    margin-right: 20px;
}
.index-news .ibox-title .more .hxui-icon {
    font-size: 36px;
}
.index-news .ibox-content {
    margin: 8px;
}
.news-list li {
    list-style: disc;
    color: #aaa;
}
.news-list.decimal-leading-zero li {
    list-style: decimal-leading-zero;
    color: #aaa;
}
.news-list li a {
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    text-decoration: none;
    padding: 12px 0 12px 10px;
    margin-right: 0;
    width: 100%;
}
.news-list li a:hover {
    color: #0B51C1;
}
.news-list li a:hover span {
    color: #0B51C1;
    text-decoration: underline;
}
.news-list li span {
    display: table-cell;
    width: calc(100% - 7em);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-list li small,.news-list li em {
    display: table-cell;
    color: #aaa;
    width: 7em;
    text-align: right;
    padding-right: 24px;
}
.news-list li:nth-child(1) em{
    color: #f12c3b;
}
.news-list li:nth-child(2) em{
    color: #F13500;
}
.news-list li:nth-child(3) em{
    color: #FF9800;
}

/*当前位置*/
.crumbs {
    height: 46px;
    line-height: 40px;
    margin: 24px 0 6px;
    font-size: 14px;
    width: 100%;
}
.crumbs .txt-gray,.crumbs i {
    color: #aaa;
}
.crumbs a {
    color: #0B51C1;
    text-decoration: none;
}
.crumbs a:hover {
    color: #3949ab;
}


/*主要内容*/
.aside-left {
    width: 180px;
    float: left;
}
.main-right {
    float: right;
    width: calc(100% - 204px);
    background-color: #fff;
}
.main-right .ibox-content {
    padding: 0 24px;
    font-size: 14px;
}
.main-right .ibox-content .table th {
    font-size: 16px;
    white-space: nowrap;
}

/*手风琴*/
.aside-left {
    width: 180px;
    float: left;
}
.main-right {
    float: right;
    width: calc(100% - 204px);
    background-color: #fff;
}
.main-right.no-left {
    width: 100%;
}
/*手风琴*/
.acordeon-wrap {
    width: 100%;
    overflow: visible;
    background: #F4F9FF;
}
.acordeon {
    width: 100%;
}
.acordeon-head {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px 0 20px;
    box-shadow: 0 0 1px #D5E6FF;
}
.acordeon-head:hover {
    cursor: pointer;
}
.acordeon-head-logo, .acordeon-head-title, .acordeon-head i {
    pointer-events: none;
}
.acordeon-head-icon {
    width: 8%;
}
.acordeon-head-title {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 18px 0;
    text-decoration: none;
}
a.acordeon-head-title {
    height: 100%;
    pointer-events: unset;
    display: block;
    width: 100%;
}
.acordeon-head i {
    color: #0B51C1;
}
.acordeon-body {
    height: 0;
    transition: height .4s ease-in-out;
    overflow: hidden;
}
.acordeon-body-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.acordeon-body-menu li {
    /* border-bottom: 0.2px solid rgba(0, 0, 0, 0.3); */
    /*margin: 0 20px;*/
}
.acordeon-body-menu li a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 14px 0 14px 2.3em;
    font-size: 1.1em;
    line-height: 1.6em;
    font-weight: 600;
    border-bottom: 1px solid #f5fafe;
    margin-bottom: -1px;
    position: relative;
}
.acordeon.active .acordeon-head {
    /*background-color: #0B5DC1;*/
}
.acordeon.active .acordeon-head .acordeon-head-title{
    color: #333;
}
.acordeon.active .acordeon-head i {
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV();
    color: #666;
}
.acordeon.active .acordeon-body {
    height: auto;
}
.acordeon-head:hover, .acordeon-body-menu li a:hover, .acordeon-body-menu li a.active {
    background: #0B5DC1;
    color: #fff;
    /*background: #f4f8fb;*/
    /*color: #0c52c1;*/
    /*border-left: 2px solid #0c52c1;*/
}
.acordeon.active .acordeon-head i,.acordeon.active .acordeon-head:hover i {
    color: #fff;
}
.acordeon-head:hover .acordeon-head-title, .acordeon-body-menu li a:hover .acordeon-head-title,
.acordeon-body-menu li a.active .acordeon-head-title{
    color: #fff !important;
}
/*多级 */
.acordeon-secend-level > a > i{
    float: right;
    margin-top: -3px;
    margin-right: 10px;
}
.acordeon-three-level{
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style: none;
}
.acordeon-secend-level.active > a > i{
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV();
}
.acordeon-secend-level.active .acordeon-three-level{
    height: auto;
}
li.acordeon-secend-level.active {
    background: #f5fafe;
}
li.acordeon-secend-level .acordeon-three-level a {
    text-align: right;
    padding: 1em 3rem 1em 0;
}
/*已登录*/
.tips-wrap {
    background: #1d3cb3;
    border-bottom: 1px solid #0e2ea7;
    box-shadow: 0 1px 8px #0a2d98;
}
.user-info,.tips-item {
    color: #fff;
    line-height: 30px;
    font-size: 14px;
}
.tips-item {
    margin-left: 20px;
}
.tips-item a {
    color: #ffc107;
    margin: 0 5px;
}
.user-info em {
    opacity: 0.5;
    font-size: 0.5rem;
    font-weight: 400;
}
.user-info .user-mark {
    width: 20px;
    vertical-align: middle;
    background: #0076fd;
    border-radius: 4px;
    margin-right: 4px;
}
/*搜索区*/
.search-wrap {
    width: 65%;
    text-align: center;
}
.slogan {
    font-size: 18px;
    color: #fff;
    opacity: 0.5;
    margin-top: 17px;
}
/*搜索框*/
.search-box {
    background-color: #ECF6FF;
    border-radius: 6px;
    line-height: 68px;
    height: 60px;
    display: flex;
    width: 90%;
    margin-top: 30px;
    margin-left: 5%;
}
.search-title {
    float: left;
    color: #0B51C1;
    font-weight: 600;
    word-break: keep-all;
    background: transparent;
    border: none;
    font-size: 22px;
    margin-left: 16px;
}
.search-title:focus {
    outline: none;
}
.search .txt {
    background: transparent;
    border: none;
    width: 100%;
    padding: 0 20px;
    font-size: 22px;
}
.search .txt:focus {
    outline: none;
}
.search .hxui-btn {
    border-radius: 0 6px 6px 0;
    color: #999;
    height: 100%;
}
.search .hxui-btn .hxui-icon {
    font-size: 40px;
}
.search .hxui-btn:hover {
    color: #FF9800;
}

.main-right .search-wrap {
    width: 80%;
    margin: 40px auto 30px;
}
.main-right .search-wrap .search{
    display: flex;
}
.main-right .search-wrap .search .search-title{
    margin: 0 0 0 24px;
    line-height: 46px;
    height: 44px;
}
.main-right .search-wrap .search .txt{
    background: #f4f8fb;
    border: 2px solid #2b52c1;
    font-size: 18px;
    line-height: 44px;
    height: 44px;
    box-sizing: border-box;
}
.main-right .search-wrap .search .hxui-btn{
    font-size: 18px;
    line-height: 44px;
    height: 44px;
    color: #fff;
    box-sizing: border-box;
}
/*分类筛选*/
.all-classify {
    float: right;
    margin-top: 10px;
}
.all-classify.clearfix {
    margin-top: 13px;
    color: #666;
    position: relative;
}
.all-classify>span:first-child {
    display: inline-block;
    vertical-align: middle;
    float: left;
    line-height: 28px;
    letter-spacing: 2px;
}
.all-classify .right-wrap {
    float: left;
}
.classifys-wrap {
    margin: 0 8px;
    display: inline-block;
    vertical-align: middle;
    float: left;
}
.all-classify .classifys {
    height: 28px;
    line-height: 28px;
    padding: 0 4px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
    color: #666;
    text-decoration: none;
}
.all-classify .classifys.active,
.all-classify .classifys:hover {
    color: #FF9800;
    font-weight: 600;
    border-bottom: 2px solid #ff9800;
}
/*表格*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}
td,
th {
    padding: 0;
}
caption {
    padding-top: 4px;
    padding-bottom: 4px;
    color: #9eabbe;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 11px;
    line-height: 1.5;
    vertical-align: top;
}
.table > thead > tr > th {
    vertical-align: bottom;
    background-color: #ECF6FF;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #dddddd;
}
.table .table {
    background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 2px;
}
.table-bordered {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #F8F9FA;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
/*预警*/
.table-warning .text-error:before,
.table-warning .text-warning:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 8px;
}
.table-warning .text-error:before {
    background: #f13500;
}
.table-warning .text-warning:before {
    border-radius: 5px;
    background: #FF9800;
}
/*日期*/
.table .date {
    white-space: nowrap;
}
/*标题*/
.table .title {
    /*white-space: nowrap;*/
}
/*操作*/
.table .option {
    white-space: nowrap;
}
.table .option a{
    text-decoration: none;
    border-radius: 6px;
    padding: 2px 0;
}
.table .option a:hover {
    background: #d5e6ff;
    color: #333;
}

/*事项列表*/
.items-list-wrap {
    position: relative;
    margin: 20px 0 24px;
    font-size: 16px;
}
.list-item {
    background-color: #ECF6FF;
    padding: 24px 0 8px;
    margin-bottom: 16px;
    border-radius: 3px;
    position: relative;
}
.list-item:hover {
    box-shadow: 0 0px 1px #0B51C1;
}
.list-item-title {
    display: block;
    font-size: 18px;
    text-decoration: none;
    color: #333;
    font-weight: 800;
    padding-right: 24px;
    padding-left: 24px;
    position: relative;
    margin-bottom: 16px;
    line-height: 1.5;
    white-space: pre-wrap;
}
.list-item-details b {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    display: inline-block;
    padding-left: 24px;
    margin-right: 16px;
}
.list-item-details b i {
    font-size: 20px;
}
.list-item-details {
    white-space: nowrap;
    padding: 0 0 0 24px;
    min-height: 76px;
    width: calc(100% - 290px);
}
.list-item-operation {
    border-left: #D5E6FF 1px solid;
    padding: 0px 16px;
    width: 245px;
    position: absolute;
    right: 0;
    bottom: 16px;
}
.list-item-title:before {
    position: absolute;
    left: 3px;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: "";
    background: #0B51C1;
}
.charge,.deadline,.post,.spot{
    background-position: 0 center;
    background-repeat: no-repeat;
}
.charge {
    background-image: url(../img/charge.svg);
    color: #FF773B;
}
.charge.off {
    background-image: url(../img/charge-off.svg);
    color: #4CAF50;
}
.deadline {
    background-image: url(../img/deadline-off.svg);
    color: #4CAF50;
}
.post {
    background-image: url(../img/post.svg);
    color: #4CAF50;
}
.post.off {
    background-image: url(../img/post-off.svg);
    color: #FF773B;
}
.spot {
    background-image: url(../img/spot.svg);
    color: #FF773B;
}
.list-item-operation .hxui-btn {
    color: #666;
}
.guidance i,.to-manage i,.advisory i,.favorite i{
    color: #0B51C1;
}
.favorited i {
    color: #4CAF50;
}
.guidance.off i,.to-manage.off i,.advisory.off i,.favorite.off i,
.guidance.off,.to-manage.off,.advisory.off,.favorite.off{
    color: #aaa;
}
.hxui-btn.off:hover, .hxui-fab.off:hover {
    background-color: transparent;
    cursor: no-drop;
}
/*分页*/
.pagelist {
    text-align: right;
    margin-bottom: 24px;
}
.pagelist a, .pagelist > span {
    display: inline-block;
}
.pagelist a {
    font-size: 14px;
    color: rgb(153, 153, 153);
    margin-right: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    border-radius: 4px;
    padding: 7px 13px;
    text-decoration: none;
}
.pagelist > span {
    margin-right: 15px;
    border-radius: 4px;
}
.pagelist a:first-child,
.pagelist a:last-child {
    margin-right: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}
.pagelist a:hover{
    color: #0B51C1;
}
.pagelist .current {
    color: #fff;
    background-color: #0B51C1;
    display: inline-block;
    border-color: #0B51C1;
    padding: 8px 14px;
}
.pagelist-totle {
    float: left;
    color: #aaa;
    padding: 7px 13px;
}
/*详情页*/
.details-title {
    color: #0B51C1;
    margin: 24px;
}
.details-tab {
    background-color: #ECF6FF;
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
    display: flex;
}
.details-tab li {
    line-height: 44px;
    display: inline-block;
    flex: 1;
    text-align: center;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}
.details-tab li.active,.details-tab li:hover {
    font-weight: 800;
}
.details-tab li.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #3949ab;
}
.details-item{
    display: none;
}
.details-item .table th{
}
.cell-title {
    text-align: right;
    font-weight: 600;
    width: 15%;
    background: #f4f4f4;
}
.cell-content {
    text-align: left;
}
.cell-content p {
    margin: 0;
    line-height: 24px;
}
.to-map{
    cursor: pointer;
    width: 50px
}
.btn-list-wrap.hxui-clearfix {
    margin-bottom: 24px;
}
/*评论*/
ul.discuss-wrap {
    border-top: 2px dashed #ddd;
    padding: 20px 0 0;
    position: relative;
}
.discuss-totle {
    position: absolute;
    top: -27px;
    font-size: 16px;
    color: #aaa;
    background: #fff;
    padding: 2px;
}
.discuss-totle em {
    top: -20px;
    font-size: 27px;
    color: #f44336;
    font-weight: 800;
    font-style: italic;
    margin-right: 2px;
}
li.discuss-item {
    /* background-color: #f5fafe; */
    list-style: none;
}
.discuss-content {
    background-color: #ECF6FF;
    padding: 8px 20px;
    border-radius: 6px;
}
.discuss-content p {
    line-height: 1.5;
    margin: 8px 0;
}
.discuss-user-info {
    padding: 8px 16px;
    margin-bottom: 16px;
    line-height: 1.5;
    text-align: right;
    font-size: 12px;
    color: #aaa;
}
.discuss-create-time {
    margin-left: 16px;
}

/*回到顶部*/
.to-top {
    position: fixed;
    display: block;
    _display: none;
    height: 34px;
    width: 34px;
    background: #ccc;
    left: 50%;
    margin-left: 430px;
    bottom: 132px;
    line-height: 34px;
    text-align: center;
    color: #fff;
}
.to-top.top-arrived {
    display: none;
}
.to-top:hover {
    background: #ddd;
}
/*文章*/
.article-title {
    text-align: center;
    padding-top: 30px;
    border-bottom: 2px solid #555;
}
.article-title .date {
    float: right;
    line-height: 42px;
    font-size: 14px;
}
.article-title .share-platform {
    font-size: 14px;
    float: right;
    padding: 0;
}
.article-title .bdshare-button-style1-32 a.favorite {
    background: #ffffff;
    text-indent: 0;
    margin: 4px 7px !important;
    width: auto;
    text-decoration: none;
    border-radius: 16px;
    /* border: 1px solid #ccc; */
    /* color: #9E9E9E; */
}
.article-wrap {
    padding: 30px 0;
}
.article-wrap p {
    line-height: 1.5rem;
    margin: 10px 0;
}

/*空空如也*/
.null-wrap {
    width: 100%;
    text-align: center;
    padding: 80px 0;
    /*background: #e8e8e8;*/
}
.hxui-to-fiexd.fixed {
    top: 0;
    position: fixed;
    z-index: 100;
}
.hxui-tab.hxui-to-fiexd {
    padding-top: 10px;
    margin-top: 0;
    margin-bottom: 10px;
    background: #fff;
}
/*弹出*/
/*弹出框时,body设为无滚动条*/
.overflowhide {
    overflow: hidden;
}
/*遮罩层*/
.msgbox-shadow {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .2;
    background-color: #000;
    z-index: 10000;
}
/*alert框*/
.msgbox-alert {
    padding: 20px;
    background: #3F51B5;
    color: #fff;
    width: 200px;
    margin: 30% auto;
}
/*弹出层父级*/
.msgbox-modal {
    /*固定定位*/
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 10001;
    text-align: center;
}
.mymodal {
    margin: 0 auto;
    text-align: left;
    padding: 0;
    background-color: #fff;
    -webkit-background-clip: content;
    border-radius: 2px;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
    min-width: 330px;
    min-height: 242px;
    position: relative;
}
.modaltit {
    padding: 0 80px 0 20px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    /* background-color: #F8F8F8; */
    border-radius: 2px 2px 0 0;
    font-weight: 600;
    margin-left: -1em;
}
.modalcon {
    position: relative;
    padding: 20px;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
}
.msgbox-close {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    right: 0;
    top: 0;
    cursor: pointer;
    /*color: #9E9E9E;*/
    color: #ffffff;
}
.msgbox-close:hover {
    background: #e8e8e8;
    color: #444;
}
.msgbox-title {
    background: #2a64ce;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding-left: 1em;
    font-weight: 600;
}
.msgbox-content {
    float: left;
    height: calc(100% - 80px);
    width: calc(100% - 40px);
    position: relative;
    padding: 20px;
    line-height: 24px;
    word-break: break-all;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
}
.info .msgbox-title {
    /*background: url(../img/sunshine.png) right 0 no-repeat rgb(33,150,243);*/
}
.msgbox-content p {
    text-indent: 2em;
}
/*按钮 补充*/
.hxui-btn-mini {
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    min-width: auto;
}
.hxui-btn-warning {
    background: #FF9800;
    color: #fff;
}
.hxui-btn-warning:hover {
    background: #FFC107;
    color: #fff;
}
.hxui-btn.hxui-btn-warning:not(.hxui-ripple):active {
    background-color: #ffbe1b;
}
.hxui-btn-danger {
    background: #F44336;
    color: #fff;
}
.hxui-btn-danger:hover {
    background: #ff3e2f;
    color: #fff;
}
.hxui-btn.hxui-btn-danger:not(.hxui-ripple):active {
    background-color: #ff1200;
}
/*Switch 单选框*/
.hxui-switch {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    user-select: none;
}
.hxui-switch input {
    /*隐藏系统 input 标签，用自定义的图标代替*/
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
    opacity: 0;
}
.hxui-switch-icon {/* 图标轨道 */
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 14px;
    border-radius: 14px;
    background-color: rgba(0, 0, 0, 0.38);
    transition: background-color .3s;
}
.hxui-switch-icon:before { /*圆形图标*/
    position: absolute;
    display: inline-block;
    content: ' ';
    width: 20px;
    height: 20px;
    top: -3px;
    left: -3px;
    background-color: #fafafa;
    border-radius: 20px;
    -webkit-box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
    -webkit-transition: background-color .3s cubic-bezier(.4,0,.2,1),left .3s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .14s cubic-bezier(.4,0,.2,1);
    transition: background-color .3s cubic-bezier(.4,0,.2,1),left .3s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .14s cubic-bezier(.4,0,.2,1);
    transition: box-shadow .14s cubic-bezier(.4,0,.2,1),background-color .3s cubic-bezier(.4,0,.2,1),left .3s cubic-bezier(.4,0,.2,1);
    transition: box-shadow .14s cubic-bezier(.4,0,.2,1),background-color .3s cubic-bezier(.4,0,.2,1),left .3s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .14s cubic-bezier(.4,0,.2,1);
}
.hxui-switch input[type="checkbox"]:checked + .hxui-switch-icon {/* 选中状态的图标 */
    background-color: #45cc4b;
}
.hxui-switch input[type="checkbox"]:checked + .hxui-switch-icon:before {
    left: 20px;
    background-color: #4CAF50;
}
.hxui-switch input[type="checkbox"]:disabled + .hxui-switch-icon {/* 禁用状态 */
    background-color: rgba(0, 0, 0, 0.12) !important;
}
.hxui-switch input[type="checkbox"]:disabled + .hxui-switch-icon:before {
    background-color: #fafafa !important;
}
/*在表格中的*/
.table .hxui-switch{
    margin-right: 4px;
}
.table .hxui-switch-icon{
    width: 46px;
    height: 25px;
}
.table .hxui-switch-icon:before{
    top: 2px;
    left: 2px;
}
.table .hxui-switch input[type="checkbox"]:checked + .hxui-switch-icon {
    background-color: #4caf50;
}
.hxui-switch input[type="checkbox"]:checked + .hxui-switch-icon:before {
    left: 24px;
    background-color: #ffffff;
}

/*认证*/
.cont_p {
    margin-top: 18px;
}
.cont_tit {
    width: 130px;
    margin-right: 20px;
    margin-left: 20px;
    display: inline-block;
    font-size: 14px;
    color: #2c3e50;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}
.cont_p .input-text {
    width: 220px;
}
.cont_tips {
    width: auto;
    line-height: 14px;
    display: inline-block;
    float: left;
    display: table;
    font-size: 12px;
    color: #2196F3;
    margin-left: 25px;
    margin-top: 5px;
}
.cont_tips em {
    font-style: normal;
}
.cont_tips em b,.cont_tips>p em {
    color: #F44336;
    font-weight: normal;
}
.hxui_up_img,.hxui_up_img_pre {
    text-align: center;
    width: 240px;
    height: 158px;
    border: 1px dashed #cccccc;
    background: #f6faff;
    position: relative;
}
.hxui_up_img .hxui_up_icon_file {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
}
.hxui_up_img .seat {
    height: 100%;
    width: 100%;
    display: inline-block;
}
.hxui_up_img .seat img {
    width: 100%;
    height: 100%;
}
.up_img_shadow {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: rgb(226, 236, 249);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.hxui_up_img:hover .up_img_shadow {
    opacity: .5;
    visibility: visible;
    transition: all .5s;
}
.hxui_up_img .hxui-icon {
    opacity: 0;
    visibility: hidden;
    width: 68px;
    height: 68px;
    color: #0B51C1;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 68px;
    margin-left: -34px;
    margin-top: -32px;
}
.hxui_up_img:hover .hxui-icon {
    opacity: 1;
    visibility: visible;
    transition: all .5s;
    margin-top: -34px;
}
.cur-user {
    margin-top: 20px;
    padding: 20px;
    background: #fff;
}
.user-tool-list .has-msg-wrap {
    background: #1d3cb3;
    position: relative;
    border-bottom: 1px solid #1d3cb3;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 70px;
    text-align: center;
    padding: 10px 0;
}
.has-msg {
    height: 46px;
}
.has-msg img {
    width: 50px;
    animation-name: shake-rotate;
    animation-duration: 900ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-play-state: running;
}
.has-msg:hover img {
    width: 50px;
    animation-name: none;
}
.has-msg-wrap .msg-tip{
    box-sizing: border-box;
    padding: 7px 0 0 18px;
    text-align: left;
    position: absolute;
    right: 20px;
    top: -46px;
    width: 130px;
    height: 65px;
    font-weight: 400;
    background-image: url(../img/msg-tip.svg);
    background-repeat: no-repeat;
    animation: zoomIn 1s forwards;
    -webkit-animation: zoomIn 1s forwards;
    transform-origin: 90% 100%;
    background-size: cover;
}
.msg-tip .tips-item{
    color: #0a2d98;
    margin: 0;
    display: block;
    line-height: 22px;
    font-size: 14px;
}
.msg-tip .tips-item a {
    color: #f9414c;
    background: none;
    display: inline;
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3,.3,.3);
        transform: scale3d(0.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3,.3,.3);
        transform: scale3d(0.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes shake-rotate {
    0%, 65%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    70% {
        -webkit-transform:rotate(26deg);
        transform:rotate(26deg);
    }
    75% {
        -webkit-transform:rotate(-26deg);
        transform:rotate(-26deg);
    }
    80% {
        -webkit-transform:rotate(6deg);
        transform:rotate(6deg);
    }
    85% {
        -webkit-transform:rotate(-6deg) scale(1.2, 1.5);
        transform:rotate(-6deg) scale(1.2, 1.5);
    }
    90% {
        -webkit-transform:rotate(6deg);
        transform:rotate(6deg);
    }
    95% {
        -webkit-transform:rotate(-6deg) scale(1, 1);
        transform:rotate(-6deg) scale(1, 1);
    }
    100% {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
}
@keyframes shake-rotate {
    0%, 65%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    70% {
        -webkit-transform:rotate(26deg);
        transform:rotate(26deg);
    }
    75% {
        -webkit-transform:rotate(-26deg);
        transform:rotate(-26deg);
    }
    80% {
        -webkit-transform:rotate(6deg);
        transform:rotate(6deg);
    }
    85% {
        -webkit-transform:rotate(-6deg) scale(1.2, 1.5);
        transform:rotate(-6deg) scale(1.2, 1.5);
    }
    90% {
        -webkit-transform:rotate(6deg);
        transform:rotate(6deg);
    }
    95% {
        -webkit-transform:rotate(-6deg) scale(1, 1);
        transform:rotate(-6deg) scale(1, 1);
    }
    100% {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
}
/*响应式*/
.response {
    margin: 0 auto;
    position: relative;
}
/*小屏幕*/
/*@media (max-width: 599px) {*/
/*    .response {*/
/*        width: 100%;*/
/*    }*/
/*    .footer {*/
/*        text-align: center;*/
/*    }*/
/*}*/
/*中屏幕*/
.logined-user {
    position: absolute;
    top: 0;
    right: 0;
}
@media (min-width: 600px)and (max-width: 1023px)  {
    .response {
        width: 1000px;
    }
    body {
        font-size: 12px;
    }
    .search-wrap,.banner-main {
        transform: scale(0.7);
    }
    .system-item span,.news-list li a {
        font-size: 14px;
    }
    .server-item span {
        font-size: 20px;
    }
    .list-item-operation {
        width: 215px;
    }
    .list-item-operation .hxui-btn {
        padding: 0 8px;
    }
}
/*大屏幕*/
/*@media (min-width: 1024px)and (max-width: 1399px) {*/
@media (max-width: 1399px) {
    .response {
        width: 1300px;
    }
    body {
        font-size: 14px;
    }
    .logo {
        background-size: auto 34px;
    }
    .search-wrap ,.banner-main{
        transform: scale(0.8);
    }
    .to-user-tool .user-name strong {
        width: 14em;
        font-size: 16px;
    }
    .to-user-tool .user-name em {
        width: 14em;
        float: right;
    }
    .to-user-tool .user-mark {
        width: 42px;
        height: 42px;
    }
    .to-user-tool .user-mark img {
        width: 28px;
    }
    .system-item span,.news-list li a {
        font-size: 14px;
    }
    .server-item span {
        font-size: 20px;
    }
    .list-item-operation {
        width: 215px;
    }
    .list-item-operation .hxui-btn {
        padding: 0 8px;
    }
}
/*更大屏幕*/
@media (min-width: 1400px)and (max-width: 1520px){
    .response {
        width: 1088px;
    }
    .search-wrap,.banner-main {
        transform: scale(0.9);
    }
    .logo {
        background-size: auto 35px;
    }
    .to-user-tool .user-name strong {
        width: 14em;
        font-size: 16px;
    }
    .to-user-tool .user-name em {
        width: 14em;
        float: right;
    }
    .to-user-tool .user-mark {
        width: 42px;
        height: 42px;
    }
    .to-user-tool .user-mark img {
        width: 28px;
    }
}
/*更大屏幕*/
@media (min-width: 1521px)and (max-width: 2199px){
    .response {
        width: 80%;
    }
    .logined-user {
        position: absolute;
        top: 0;
        right: 0;
    }
}
/*特大屏幕*/
@media (min-width: 2200px){
    .response {
        width: 1900px;
    }
}
[v-cloak]{
    display: none
}

.gl {
    /* background-color: #FFFF80; */
    display: inline!important;
    /* border-bottom: 2px solid #f44336; */
    color: #F44336;
    font-weight: inherit;
    font-style: normal;
}
.msg-tip-new {
    position: relative;
    margin-top: 16px;
    z-index: 90;
}

span.tips-item {
    font-size: 16px;
}

span.tips-item a {
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
}

.drop-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 999;
    text-align: left;
    background: #0b51c1;
    border-radius: 8px;
    box-shadow: 1px 4px 4px #0a5ec8;
    border-top: 0px solid #0263d2;
    height: 0;
    overflow: hidden;
    transition: height 0.3s;
}
.logined-user:hover .drop-menu {
    height: 250px;
    border-top-width: 1px;
}
.drop-menu a {
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 12px 16px;
    font-size: 16px;
}
.drop-menu a:hover {
    background: #0076fd;
}
.drop-menu a .hxui-icon {
    text-align: left;
    width: 28px;
}
