.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #fcfdfe}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:#fcfdfe}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:#fcfdfe}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}

.zz-row {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
label.require::after,label.required::after{content:'*';color:#f96868;font-weight:500;margin-left:8px}select.form-control:not([size]):not([multiple]){height:36px}
.sitename{
    font-size: 24px;
    font-weight: 800;
    line-height: 35px;
    color: #000000 !important;
}
.is-flex{
    display: flex;
}

.zz-row.is-fluid {
  max-width: none !important;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .zz-row {
    max-width: 960px;
  }
}

@media screen and (max-width: 1215px) {
  .zz-row.is-widescreen:not(.is-max-desktop) {
    max-width: 1200px;
  }
}

@media screen and (max-width: 1407px) {
  .zz-row.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1216px) {
  .zz-row:not(.is-max-desktop) {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1408px) {
  .zz-row:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1200px;
  }
}
.zz-pages{
    padding: 15px 0;
}
.page-item:hover{
    cursor: pointer;
}
.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    background-color: #594FEF;
    border-color: #594FEF;
    font-weight: 500;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
    .multipage-box{
        padding: 20px;
    }
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.page-link {
    color: #8b95a5;
    font-weight: 400;
    border-color: #ebebeb;
    margin: 0 3px;
    min-width: 31px;
    line-height: 29px;
    text-align: center;
    border-radius: 2px !important;
}
.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    background-color: #007bff;
    border-color: #007bff;
    font-weight: 500;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    font-size: 1.5rem;
    padding: 0;
    background-color: transparent;
    border: 0;
    font-weight: 300;
    outline: none !important;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #232628;
    font-size: 1rem;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.text-one-line {
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsis-2,.text-two-line {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mh-zrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
form {
    display: block;
    margin-top: 0em;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-append {
    margin-left: -1px;
    padding: 0 5px;
}
.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
.input-group>.form-control{
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group-text {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    background-color: #f9fafb;
    border-color: #ebebeb;
    color: #8b95a5;
    font-weight: 300;
    border-radius: 2px;
    line-height: 1;
    font-size: 14px;
    height: 100%;
}
.form-group {
    margin-bottom: 1rem;
}
.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}
.form-inline .form-group {
    margin-right: 1rem;
    margin-bottom: 0;
}
.form-textarea {
    min-height: 100px;
    height: auto;
    line-height: 20px;
    padding: 6px 10px;
    resize: vertical;
}
.form-control::-webkit-input-placeholder{color:#c9ccce}.form-control::-moz-placeholder{color:#c9ccce}.form-control:-ms-input-placeholder{color:#c9ccce}.form-control:-moz-placeholder{color:#c9ccce}.form-control option{font-weight:300}
.control-label {
    padding: 8px 15px;
    height: 38px;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #8b95a5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ebebeb;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.form-check-label {
    margin-bottom: 0;
}
.form-tip{
    margin-left: 10px;
    line-height: 34px;
    color:#8b95a5;
    font-size: 12px;
}
.input-group .form-control{
    border-right: none;
}
.input-group .input-group-append{
    border: 1px solid #ebebeb;
    border-left: none;
}
.col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-sm-1v {
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
    max-width: 13%;
}
.col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-8,.col-sm-10,.col-sm-12{
    position: relative;
    width: 100%;

}

.rt-banner-item{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #ffffff;

}
.rt-banner-item a{
    display: block;
}
.rt-banner-box{
    height: 100%;
}
.rt-banner-img{
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.rt-banner-desc{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-180deg,hsla(0,0%,74.9%,0),rgba(0,0,0,.78) 97%);
    transition: all .5s;
}


.rt-banner-item:hover .rt-banner-desc p{
    font-size:13px;
    line-height:18px;
    color:#fff;
    text-align:justify;
    padding:0 10px;
    max-height:72px;
    overflow:hidden;
    position:absolute;
    bottom:72px;
    transform:translateY(50%);
    opacity:1;

}


.rt-banner-desc p {
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    text-align: justify;
    padding: 0 10px;
    max-height: 36px;
    position: absolute;
    bottom: 6px;
    overflow: hidden;
    transition: bottom .5s;
}
.rt-banner-item .rt-news-a{
    font-size: 14px;
    color: #262626;
    line-height: 28px;
    max-height: 44px;
    overflow: hidden;
    text-align: justify;
    cursor: pointer;
}
.rt-banner-item .rt-news-a a:hover{
    color: #1474F1;
}
.rt-banner-title{
    padding: 10px;
    font-size: 14px;
    color: #252835
}
.rt-pic-box{
    overflow: hidden;
}
.bg-b-blue{
    background-color: #F1F6FF !important;
}
.font-co1{
    color: #985500 !important ;
}
.ft14{
    font-size: 14px !important;
    color: #252835
}
.time {
    font-size: 12px;
    color: #999;
    font-weight: 400;
}
.p10{
    padding: 10px;
}
.pd-5 {
    padding: 5px 0;
}
.pd-10{
    padding: 10px 0;
}
.pd-15{
    padding: 15px 0;
}
.pd-20{
    padding: 20px 0;
}
.pd-50{
    padding-top: 50px !important;
}
.hover-img {
    cursor: pointer;
    transition: all 0.8s;
    -ms-transition: all 0.8s;
}
.hover-img:hover{
    transform: scale(1.12);
    -ms-transform: scale(1.12);
}

.fws-logo {
    position: relative;
    display: inline-block;
    /*width: 100px;
    height: 100px;
    line-height: 100px;*/
    text-align: center;
    border-radius: 100%;
    background-color: #f5f6f7;
    color: #8b95a5;
    text-transform: uppercase;
}
.rt-debt-a{
    margin-bottom: 15px;

}
.rt-debt-name{
    max-width: 200px;
    color: #31373E;
}
.rt-debt-a a{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
.rt-invest-a {
    padding: 15px 0 10px 0;
    border-bottom: 1px solid #EBEBF2;

}
.rt-invest-a a{
    display: flex;

}
.rt-invest-a img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.rt-invest-a:last-child{
    border-bottom:none;
}
.rt-invest-name{
    font-size: 16px;
    font-weight: 600;
    color: #0C0F11;
    line-height: 20px;
}
.rt-invest-rt{
    margin-left: 15px;
}
.moneyb{
    padding: 0 3px;
    font-size: 18px;
    font-weight: bold;
    color: #C7171D;
    line-height: 18px;
}
.mh-more-link{
    font-size: 12px;
    line-height: 20px;
}
.mh-card{
    border: 0;
    border-radius: 0px;
    position: relative;
}
.mh-card-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 15px;
    background-color: transparent;
    /*border-bottom: 1px solid rgba(77,82,89,0.07);*/
}
.mh-card-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #0C0F11;
    line-height: 20px;
}
.mh-card-controls {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}
.mh-card-body{
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.mh-card-footer{
    background-color: #fcfdfe;
    border-top: 1px solid rgba(77,82,89,0.07);
    color: #8b95a5;
    padding: 10px 20px;
}
.mh-item{
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding:  1rem 1.25rem;
}

.main-contain {
    background-color: #f5f5f6;
    /* padding: 0 0 30px 0;
    margin-top: 80px; */
    height: 100%;
}
.label-a {
    position: relative;
    display: inline-block;
    padding: 0 12px;
    color: #858385;
    font-size: 14px;
}
.label-a:before, .label-a:after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 1px;
    width: 64px;
    top: 50%;
    right: 100%;
    background: -webkit-linear-gradient(left , #f9f9f9,#d2d2d2);
}
.label-a:before {
    left: 100%;
    background: -webkit-linear-gradient(left,#d2d2d2 , #f9f9f9);
}
.badge {
    display: inline-block;
    padding: 5px;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.badge-gray{color:#fff;background-color:#ABBAC3}
.badge-info{color:#fff;background-color:#3596FF}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#3596FF}
.badge-warning {
    color: #fff;
    background-color: #faa64b;
}
.badge-success {
    color: #fff;
    background-color: #15c377;
}

.mh-side {
    position: fixed;
    right: 24px;
    bottom: 220px;
    cursor: pointer;
    border-radius: 32px;
    background-color: #fbfbfb;
    width: 64px;
    background: linear-gradient(rgb(248, 209, 47) 0%, rgb(240, 185, 11) 99.77%);
    justify-content: center;
    align-items: center;
    padding: 0px;
    min-width: 64px;
    height: 64px;
    box-shadow: 0px 4px 30px 0px rgb(238 242 245 / 90%);
}
.zhuqi .pls-bb {
    display: none;
    position: absolute;
    color: #1474F1;
    z-index: 6;
    top: 10px;
    right: 65px;

}
.zhuqi a{
    height: 64px;
    line-height: 64px;
    color: #ffffff;
    width: 64px;
    text-align: center;
}

.zhuqi .pls-bb .pls-fi {
    color: #1474F1;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%);
}
