@-webkit-keyframes rotate{
    0%, to{
        -webkit-transform: rotate3d(0);
                transform: rotate3d(0)
    }
    100%{
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg)
    }
}
@keyframes rotate{
    0%, to{
        -webkit-transform: rotate3d(0);
                transform: rotate3d(0)
    }
    100%{
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg)
    }
}.system-message .ant-list-item-meta-content {
  margin-top: -16px
}

.message-list-item:hover {
  background-color: #f7f7f7;
}

.order-prompt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #e9e7e9;
  padding: 12px 20px;
}
.exportInfo-progress .ant-progress-bg {
    height: 18px !important;
}

.exportInfo-modal .exportInfo-progress-box {
    margin: 0 auto;
    border-bottom: 1px solid #E8E8E8;
}

.exportInfo-info-box {
    margin: 24px auto 0;
    color: #000000;
    color: rgba(0, 0, 0, .85);
}

.exportInfo-modal .exportInfo-progress-box .text-center {
    line-height: 40px;
}

.exportInfo-modal .exportInfo-info-box>div {
    line-height: 30px;
}

.code-box-shape {
    width: 64px;
    height: 30px;
    position: absolute;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    /* top: 0;
    bottom: 0;
    left: 0;
    right: 0; */
    background: #FF7557;
    z-index: 15;
    /* margin: auto; */
}.dhb-home{
	/* margin: -14px -16px -28px; */
	color: #000;
	background-color: #f0f0f0;
}
.home-header{
	display: table;
	width: 100%;
	height: 110px;
	table-layout: fixed;
	padding: 0 20px 0 16px;
	margin-bottom: 16px;
	background-color: #fff;
}
.home-header > div:nth-child(1) {
	width: 88px;
	height: 72px;
}
.home-header .home-avatar {
	display: inline-block;
	width: 70px;
	height: 70px;
	color: #f56a00;
	background-color: #fde3cf;
	font-size: 40px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
    text-align: center;
    line-height: 70px;
}

.hearder-account > div:nth-child(1){
	font-size: 24px;
	line-height: 33px;
}

.home-header > div{
	display: table-cell;
	vertical-align: middle;
	line-height: 36px;
}
.home-header > div:nth-child(3){
	width: 352px;
}
.home-header button, .home-header a{
	float: right;
	margin-left: 10px;
	margin-top: 3px;
}
.home-header .anticon-exclamation-circle{
	margin: 0 8px;
	color: #faad14;
}
.home-left{
    margin-right: 388px; 
}
.home-right{
	float: right;
    width: 372px;
} 
.home-right > div, .home-left > div{
	margin-bottom: 16px;
	background-color: #fff;
	font-size: 0;
}
.home-right > div:last-child, .home-left > div:last-child{
	margin-bottom: 0;
}
.home-nav-item, .home-preview{
	display: inline-block;
	height: 120px;
	overflow: hidden;
	border-left: 1px solid #f0f0f0;
	cursor: pointer;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	vertical-align: top;
}
.home-nav-item{
	width: 25%;
	padding: 30px 16px;
}
.home-preview{
	width: 50%;
	padding: 10px 12px;
}
.home-preview > div, .home-nav-item > div{
	overflow: hidden;
}
.home-preview > div{
	margin-top: 20px;
}
.home-nav-item:hover, .home-preview:hover{
	-webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .16);
	        box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .16);
}
.home-nav-item:first-chld, .home-preview:first-child{
	border-left: none;
}
.home-nav-icon, .home-preview-icon{
	float: left;
	margin-right: 10px;
	background: url(/assets/img/icon.50b156.png) no-repeat 0 -142px;
}
.home-nav-icon{
	width: 60px;
	height: 60px;
}
.home-preview-icon{
	width: 54px;
	height: 54px;
	margin-right: 10px;
}
.home-preview:nth-child(1) > .home-preview-icon{
	background-position: -280px -144px;
}
.home-preview:nth-child(2) > .home-preview-icon{
	background-position: -338px -142px;
}
.home-nav-item:nth-child(2) > .home-nav-icon{
	background-position: -70px -142px;
}
.home-nav-item:nth-child(3) > .home-nav-icon{
	background-position: -140px -142px;
}
.home-nav-item:nth-child(4) > .home-nav-icon{
	background-position: -210px -142px;
}
.home-code{
	width: 100px;
	margin-top: 35px;
}
.home-preview:nth-child(2) > div:nth-child(2){
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.home-preview:nth-child(2):hover > div:nth-child(2){
	-webkit-transform: translate(0, -108px);
	    -ms-transform: translate(0, -108px);
	        transform: translate(0, -108px);
}
.home-nav-title{
	display: block;
	margin: 6px 0 4px;
	font-size: 16px;
	color: #000;
}
.home-nav-title + span{
	font-size: 13px;
	color: #999;
}

.home-block-title{
	height: 48px;
	padding: 0 16px;
	line-height: 48px;
	border-bottom: 1px solid #e8e8e8;
	font-size: 16px;
	color: #000;
}

.home-block-title > a{
	float: right;
}
.dhb-notice{
	height: 320px;
	padding: 5px 0;
	font-size: 13px;
}
.dhb-notice-item{
	overflow: hidden;
	height: 62px;
	padding: 6px 16px;
	cursor: pointer;
}
.dhb-notice-item > div:first-child{
	margin: 4px;
}
.home-download{
	overflow: hidden;
	height: 142px;
	padding: 20px 16px;
	font-size: 13px;
}
.home-download > div{
	float: left;
	width: 33.3333%;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.home-download > div:hover{
	-webkit-transform: translate(0, -132px);
	    -ms-transform: translate(0, -132px);
	        transform: translate(0, -132px);
}
.download-icon{
	width: 72px;
	height: 72px;
	padding-top: 16px;
	margin-left: 21px;
	margin-bottom: 11px;
	font-size: 30px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background-color: #f2f2f2;
}
.home-register{
	height: 146px;
	padding: 16px 16px 20px;
	font-size: 13px;
}
.home-register > div{
	margin-bottom: 20px;
}

.home-register input{
	width: 205px;
	margin: 0 12px;
}

.home-pending{
	display: inline-block;
	width: 16.666%;
	height: 100px;
	padding: 10px 16px;
}
.home-pending:nth-child(4){
	border-right: 1px solid #f0f0f0;
}
.home-pending:hover{
	background-color: #f3f3f3;
}
.home-pending > a{
	display: block;
}
.home-pending > a > div:nth-child(1){
	font-size: 13px;
	color: #999999;
	line-height: 36px;
}
.home-pending > a > div:nth-child(2){
	height: 45px;
	font-size: 32px;
	color: #000;
}
.home-achievement{
	display: inline-block;
	width: 25%;
	height: 156px;
	padding: 26px 16px;
	font-size: 14px;
	vertical-align: top;
}
.home-achievement > span{
	display: block;
}
.home-achievement:nth-child(odd) > span:nth-child(2){
	margin: 7px 0;
	font-size: 28px;
}
.home-achievement:nth-child(even) > span:nth-child(2){
	margin: 15.5px 0;
	font-size: 20px;
}
.home-achievement:nth-child(3){
	border-left: 1px solid #f0f0f0;
}
.home-achievement .anticon{
	margin: 0 10px;
}

.home-chart{
	height: 352px;
}

.help-tab .ant-tabs-tab{
	margin: 0 70px 0 0;
}.chart-card .action {
  float: right;
}

.chart-card  .meta {
  font-size: 14px;
  color: #000000;
  color: rgba(0, 0, 0, .45);
  margin-bottom: 12px
}

.chart-card  .total {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  color: #000000;
  color: rgba(0, 0, 0, .85)
}

.chart-card  .content {
  margin: 16px 0;
}

.field {
  margin: 0 -16px;
  padding: 14px 16px 0 16px;
  border-top: 1px solid #e8e8e8;
  font-size: 14px;
  color: #000000;
  color: rgba(0, 0, 0, .45);
}
.profile {
  margin-bottom: 16px;
}

.profile .ant-btn-sm {
  -webkit-border-radius: 2px;
          border-radius: 2px;
}

.profile .avatar{
  float: left;
}

.profile .version {
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 14px;
  color: #000000;
  color: rgba(0, 0, 0, .25)
}

.profile .content {
  margin-left: 76px;
}

.profile .company {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.profile .desc {
  margin: 12px 0 14px;
  color: #000000;
  color: rgba(0, 0, 0, .45);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile .desc .space >div {
  padding-bottom: 8px;
  padding-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profile .desc .space >div >span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile .desc .space >div >span >label {
  display: block;
}
.profile .desc .space >div i {
  margin-left: 8px;
}
.insufficientSpace {
  color: #F87E8D;
}
.medal-icon{
  position: absolute;
  right: 20px;
  bottom: 30px;
}
.medal-icon > img{
  width: 40px;
  cursor: pointer;
}
.medal-img{
    position: fixed;
    z-index: -1;
    left: 50%;
    width: 610px;
    height: 100%;
    text-align: center;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.medal-img.medal-show{
  z-index: 88;
}
.medal-img > img{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 610px;
    opacity: .3;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
}
.medal-img.medal-show > img{
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
}
.overview .overview-title {
  font-size: 14px;
  margin-bottom: 22px;
}

.overview {
  font-weight:400;
  color: 14px;
  color: rgba(0, 0, 0, .45);
  margin-bottom: 32px;
}

.overview:last-child {
  margin-bottom: 16px;
}

.overview .num {
  font-size: 16px;
  font-weight:bold;
  color: #000;
}

.overview .link {
  color: #ff6b40;
  margin-left:  8px;
}
.nav-panel .nav-panel-body{
  height: 100px;
  margin-top: 22px;
}

.nav-panel-title {
  font-size: 14px;
}

.nav-item {
  cursor: pointer;
}

.qrcode-item {
  display: inline-block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  cursor: pointer;
}

.qrcode-item-content {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.qrcode-item:hover .qrcode-item-content {
  -webkit-transform: translate(0, -100px);
      -ms-transform: translate(0, -100px);
          transform: translate(0, -100px);
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
.hot-item {
  width: 100%;
  height: 118px;
  padding: 16px;
  /* background: url('./pm_home_hot_image.svg') no-repeat right 100%, linear-gradient(90deg,rgba(254,110,63,1) 0%,rgba(252,196,29,1) 100%); */
  -webkit-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
  color: #fff;
}

.hot-item .hot-item-title {
  font-size: 16px;
  margin-bottom: 16px;
}

.hot-item .hot-item-content {
  font-size: 12px;
}

.hot-item-0.ant-card-hoverable:hover {
  -webkit-box-shadow: 0px 4px 22px 0px rgba(253, 231, 185, 1);
          box-shadow: 0px 4px 22px 0px rgba(253, 231, 185, 1);
}

.hot-item-1.ant-card-hoverable:hover {
  -webkit-box-shadow: 0px 4px 22px 0px rgba(255, 209, 215, 1);
          box-shadow: 0px 4px 22px 0px rgba(255, 209, 215, 1);
}

.hot-item-2.ant-card-hoverable:hover {
  -webkit-box-shadow: 0px 4px 22px 0px rgba(197, 234, 233, 1);
          box-shadow: 0px 4px 22px 0px rgba(197, 234, 233, 1);
}

.hot-item-3.ant-card-hoverable:hover {
  -webkit-box-shadow: 0px 4px 22px 0px rgba(199, 215, 255, 1);
          box-shadow: 0px 4px 22px 0px rgba(199, 215, 255, 1);
}.dashboard {
  background-color: #f0f0f0;
  /* overflow-x: hidden; */
}
.dashboard.noBorder .content{
  border:none;
}
.dashboard-trans-pay{
  display: block;
  margin-bottom: 16px;
  position: relative;
}
.dashboard-trans-pay img{
  width: 100%;
}
.dashboard-trans-pay .banner-close {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
/*# sourceMappingURL=css.2193b4.css.map*/