@charset "UTF-8";

/*css Rest 开始*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    /*vertical-align: baseline;*/
    margin: 0;
    padding: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.home-window-box {
    width: 130px;
    height: 60px;
    color: #abcefa;
    font-size: 0.875rem;
    border-radius: 5px;
    text-align: center;
}
.home-window-box span {
    color: #ffffff;
    font-size: 1.25rem;
}
.home-window-box p {
    position: relative;
    top: 5px;
}
.handle-achievement {
    background: url('../../static/img/handle_achievement.png')no-repeat center center;
}
.unhandle-achievement {
    background: url('../../static/img/unhandle_achievement.png')no-repeat center center;
}
.target-achievement {
    background: url('../../static/img/target_achievement.png')no-repeat center center;
}


.first-place,
.second-place,
.third-place {
    width: 30px;
    height: 25px;
    margin: 0 auto;
}
.first-place {
    background: url("../../static/img/first_place.png")no-repeat center center;
}
.second-place {
    background: url("../../static/img/second_place.png")no-repeat center center;
}
.third-place {
    background: url("../../static/img/third_place.png")no-repeat center center;
}






/*boostrap*/
html {
    font-size: 16px;
    /*padding-bottom: 3.75rem;*/
    background-color:#f5f6fa;
}
body {
    font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    background-color:#f5f6fa;
    width: 100%;
}

#main-container.container{
    max-width: 100%;
    background-color: #ECEEF4;
}

.border-box{
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.btn.semi-circle{
    border-radius:0.99875rem;
    padding:0rem 1rem;
    line-height:1.75rem;
}

.absolute-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.text-overflow{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

a:hover{
    text-decoration:none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}

.btn-yellow{
    color: #ffffff !important;
    background-color: #f7ab00;
    border-color: #f7ab00;
}

/*加载中*/

.loading-mask {
    /*position: absolute;*/
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    filter: alpha(opacity=30);
    display: none;
}
.loading-mask-msg {
    /*position: absolute;*/
    position: fixed;
    top: 50%;
    margin-top: -20px;
    padding: 10px 5px 10px 30px;
    width: auto;
    height: 16px;
    border-width: 2px;
    border-style: solid;
    display: none;
    
    border-color: #dfdfdf;
    background: #ffffff url('../../static/img/loading.gif') no-repeat scroll 5px center;
    font-size: 14px;
}
/*

[class*="loader-"] {
  display: inline-block;
  width: 1em;
  height: 1em;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
}*/

.loader-05 {
    border: .2em solid transparent;
    border-top-color: currentcolor;
    border-radius: 50%;
    -webkit-animation: 1s loader-05 linear infinite;
    animation: 1s loader-05 linear infinite;
    position: relative;
}

.loader-05:before {
    content: '';
    display: block;
    width: inherit;
    height: inherit;
    position: absolute;
    top: -.2em;
    left: -.2em;
    border: .2em solid currentcolor;
    border-radius: 50%;
    opacity: .5;
}

@-webkit-keyframes loader-05 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-05 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



.loader-19 {
    border-top: .2em solid currentcolor;
    border-right: .2em solid transparent;
    -webkit-animation: loader-19 1s linear infinite;
    animation: loader-19 1s linear infinite;
    border-radius: 100%;
    position: relative;
}

@-webkit-keyframes loader-19 {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-19 {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*未读消息弹框*/
/*.tooltip{
    padding: 1px;
}*/
#message_count_tooltip{
    width:280px;
    color:#666666;
    font-size:0.75rem;font-family: "Microsoft YaHei"
}
#message_count_tooltip .title{
    font-size:0.875rem;
    border-bottom:1px solid #dee2e6;
}
#message_count_tooltip .content a{
    color:#666666;
}


/*右下角消息弹框*/
#message{
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    width: 18.75rem;
    min-height: 9.25rem;
	max-height: 25rem;
	background-color: #ffffff;
	box-shadow: 0rem 0rem 0.625rem 0rem rgba(0, 0, 0, 0.3);
	border-radius: 0.188rem;
}
#message .title{
    width: 18.75rem;
	height: 2.rem;
	background-color: #e7ebf4;
    
	font-size: 0.875rem;
	line-height: 1rem;
	color: #333333;
    padding: 0.5rem;
}
#message .list{
	max-height: 23rem;
    overflow-y: auto;
}
#message .content{
	width: 17.5rem;
	height: 6.25rem;
	background-color: #f5f6fa;
	border-radius: 0.188rem;
	border: solid 0.063rem #e7ebf4;
    margin: 0.5rem auto;
    padding: 0.25rem;
    
    font-size: 0.875rem;
	line-height: 1.25rem;
	color: #9196a4;
}
#message .content > p{
	color: #666666;
	height: 3.75rem;
    
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

#message .content > div{
	height: 1.25rem;
}
#message .content > div > span:nth-child(1){
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 130px;
    display: inline-block;
}
#message .content > div > span:nth-of-type(2){
    float: right;
}
#message .content > a{
	color: #f6ab00;
    font-size: 0.75rem;
    line-height: 0.75rem;
    display: block;
    float: right;
}


/*面包屑*/
#breadcrumb > .breadcrumb-item+.breadcrumb-item::before {
    content: ">>";
	color: #b2b8c8;
}

#breadcrumb.breadcrumb {
    /*background-color: #ffffff;*/
    background-color:#f5f6fa;
    margin-bottom: 0rem;
    font-size: 0.875rem;
	color: #b2b8c8;
    padding: 0.75rem 0rem;
}

#divNav{
    /*height: 3.125rem;*/
}

#navbar {
    background-color: #004098 !important;
    color: white;
    width: 100%;
    min-height: 3.125rem;
    padding:1rem 0;
}

.navbar-brand.logo{
    padding-left: 1.25rem;
    line-height: 2.5rem;
}

.navbar-brand.logo > img.logo{
    width: 5.5rem;
	height: 1.72rem;
}

.navbar-brand.logo > img.beta{
    width: 1.9375rem;
	height: 1.125rem;
    margin-top: -0.875rem;
    margin-left: -0.4375rem;
}

.navbar-brand.logo > span{
    width: 234px;
    height: 17px;
    font-size: 24px;
    font-family: RS_CuBiao;
    font-weight: bold;
    color: #FFFFFF;
}

#navMenu{
    /*position: relative;*/
    /*margin-left: 14.125rem;*/
    /*margin-top: 0.125px;*/
}

#navMenu .navbar-nav > li .dropdown-menu {
    margin: 0;
}
#navMenu .navbar-nav > li:hover .dropdown-menu {
    display: block;
}

#navMenu .nav-item{
    margin-right: 1.5rem;
}

#navMenu .nav-link {
	font-size: 0.875rem;
	line-height: 2.875rem;
	color: #FFF;
    padding: 0;
    border-bottom: 2px solid transparent;
    /*margin-right: 1rem;*/
}

#navMenu li.nav-item.active>a.nav-link/*,
#navMenu .nav-link:hover*/ {
    font-size: 1.125rem;
    color: #f7ab00 !important;
    border-bottom: 2px solid #f7ab00;
}

#navMenu .nav-link:hover {
    color: #f7ab00 !important;
    border-bottom: 2px solid #f7ab00;
    /*margin-top: -2px;*/
}
#navMenu .active .nav-link:hover {
    margin-top: 0px;
}

#navMenu .nav-item .dropdown-menu a.dropdown-item {
    font-size: 0.875rem;
    color: #666666;
    padding:1rem 1.5rem;
}

#navMenu .nav-item .dropdown-menu a.dropdown-item:hover {
    background: #107bff;
    color: #ffffff;
    padding:1rem 1.5rem;
}

#navMenu .dropdown-menu {
    min-width: 100px;
    padding: 0;
}

#navMenu .dropdown-toggle::after {
    margin-left: 0;
    vertical-align: 0;
    border: 0;
}

.red-point{
  position: relative;
}

.red-point::before{
  content: " ";
  border: 3px solid red;/*设置红色*/
  border-radius:3px;/*设置圆角*/
  position: absolute;
  z-index: 1000;
  right: 0%;
  margin-right: -5px;
  margin-top: -5px;
}

.nav-counter:empty {
    display: none;
}

.nav-counter {
  position: absolute;
  display: inline-block;
  /*top: -1px;
  right: 1px;*/    
  font-size: 0.625rem;
  height: 0.75rem;
  line-height: 0.625rem;
  min-width: 0.5rem;
  /*height: 20px;
  line-height: 18px;*/
  margin-top: -1.75rem;
  margin-left: 0.5rem;
  padding: 0 2px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  background: #e23442;
  border: 1px solid #911f28;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(top, #e8616c, #dd202f);
  background-image: -moz-linear-gradient(top, #e8616c, #dd202f);
  background-image: -o-linear-gradient(top, #e8616c, #dd202f);
  background-image: linear-gradient(to bottom, #e8616c, #dd202f);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 1px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 1px rgba(0, 0, 0, 0.12);
}

.nav-counter-green {
  background: #75a940;
  border: 1px solid #42582b;
  background-image: -webkit-linear-gradient(top, #8ec15b, #689739);
  background-image: -moz-linear-gradient(top, #8ec15b, #689739);
  background-image: -o-linear-gradient(top, #8ec15b, #689739);
  background-image: linear-gradient(to bottom, #8ec15b, #689739);
}

.nav-counter-blue {
  background: #3b8de2;
  border: 1px solid #215a96;
  background-image: -webkit-linear-gradient(top, #67a7e9, #2580df);
  background-image: -moz-linear-gradient(top, #67a7e9, #2580df);
  background-image: -o-linear-gradient(top, #67a7e9, #2580df);
  background-image: linear-gradient(to bottom, #67a7e9, #2580df);
}

#navLogin .msg{
    width: 1.375rem;
	height: 1.563rem;
    background: url(../../static/img/msg.png)no-repeat center center;
    background-size:cover;
}

#navLogin .user-head{
	width: 1.5rem;
	height: 1.5rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: url(../../static/img/user_head.png)no-repeat center center;
    background-clip: padding-box;
    background-size:cover;
    /*background-size: contain;*/
    background-color: #ffffff;
    /* background-size: 100% auto; */
    
    display: inline-block;
    background: #ffffff;
    overflow: hidden;
    vertical-align: middle;
}

#navLogin .user-head-img{
    width: 100%;
	/*width: 1.5rem;
	height: 1.5rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;*/
}

.pointer{
    cursor:pointer;
}

footer.footer>div.d-flex{
    height:3.75rem;
}

footer.footer>div.d-flex .chitone-man{
	width: 6.5rem;
	height: 6.938rem;
    margin-left: 11.935rem;
    bottom: 3.2rem;
    position: relative;
}

footer.footer>div.d-flex .dialog-info{
	width: 20.875rem;
	height: 2.125rem;
	font-size: 1rem;
	line-height: 2.15rem;
	color: #ffffff;
    margin-left:2.188rem;
}

footer.footer>div.d-flex .dialog-info-sm{
	font-size: 0.875rem;
	color: #ffffff;
    margin-left:2.188rem;
}

footer.footer>div.d-flex .dialog-data-box{
	height: 100%;
    bottom: -1rem;
    position: relative;
    vertical-align: middle;
    margin-left:4rem;
}

footer.footer>div.d-flex .dialog-data-highlight{
	width: 7.188rem;
	height: 1.563rem;
	font-size: 1.625rem;
	line-height: 1.563rem;
	color: #ffe87d;
    vertical-align: middle;
}

footer.footer>div.d-flex .dialog-data{
	font-size: 1.25rem;
	font-weight: normal;
	letter-spacing: 0rem;
	color: #ffffff;
    vertical-align: middle;
}
footer.footer>div.d-flex .close{
    background: url(../../static/img/close.png)no-repeat center center;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    bottom: -1.125rem;
    cursor:pointer;
    margin-left: auto;
    margin-right: 1.25rem;
    position: relative;
    opacity: 1;
}

/*公共*/
/*箭头*/
/*.arrow-up:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #656565;
    border-right: 1px solid #656565;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}*/
.arrow:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #b2b8c8;
    border-right: 1px solid #b2b8c8;
    margin: 0 2px;
}
.arrow.up:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.arrow.down:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-bottom:4px;
}
.arrow.left:after {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    margin-bottom:2px;
}
.arrow.right:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-bottom:2px;
}
.arrow.down.more:before{
    content:'展开更多';
}
.arrow.up.more:before{
    content:'收起更多';
}

.require:before{
    color:red;
    content:'*';
}

.require-info{
    float:right;
    font-size: 0.875rem;
	color: #b2b8c8;
}

.pxcrm-box{
	/*width: 82.875rem;
	height: 41.125rem;*/
	background-color: #ffffff;
	box-shadow: 0rem 0rem 0.3125rem 0rem rgba(0, 0, 0, 0.2);
}
.pxcrm-box > .title{
    border-bottom:0.125rem solid;
    border-bottom-color:#004098;
    padding:0.625rem;
    
    font-size: 1rem;
	/*line-height: 1.875rem;*/
	color: #004098;
}
.pxcrm-box > .content{
    font-size: 0.875rem;
	line-height: 1.75rem;
	color: #9196a4;
    padding: 0.5rem
}
.pxcrm-box > .content span.normal-text{
    color: #666666;
}
.btn-blue{
    padding:0.25rem 1.5rem;
	font-size: 0.875rem;
    color: #ffffff;
	background-color: #004098;
	border-radius: 0.188rem;
}
.btn-outline-blue{
	font-size: 0.875rem;
	color: #004098;
	background-color: #ffffff;
	border: solid 0.063rem #004098;
	border-radius: 0.188rem;
    padding:0.25rem 1.5rem;
}
.btn-outline-blue:hover{
	color: #ffffff;
	background-color: #004098;
}
.btn-yellow{
    padding:0.25rem 1.5rem;
	font-size: 0.875rem;
    color: #ffffff;
	background-color: #f7ab00;
	border-radius: 0.188rem;
}
.btn-outline-yellow{
	font-size: 0.875rem;
	color: #f7ab00;
	background-color: #ffffff;
	border: solid 0.063rem #f7ab00;
	border-radius: 0.188rem;
    padding:0.25rem 1.5rem;
}
.btn-outline-yellow:hover{
    color: #ffffff;
	background-color: #f7ab00;
}
.btn-red{
    padding:0.25rem 1.5rem;
	font-size: 0.875rem;
    color: #ffffff;
	background-color: #ff5a58;
	border-radius: 0.188rem;
}
.btn-outline-red{
	font-size: 0.875rem;
	color: #ff5a58;
	background-color: #ffffff;
	border: solid 0.063rem #ff5a58;
	border-radius: 0.188rem;
    padding:0.25rem 1.5rem;
}
.btn-outline-red:hover{
    color: #ffffff;
	background-color: #ff5a58;
}
.btn-outline-gray{
	font-size: 0.875rem;
	color: #9ea8b8;
	background-color: #ffffff;
	border: solid 0.063rem #9ea8b8;
	border-radius: 0.188rem;
    padding:0.25rem 1.5rem;
}
.btn-outline-gray:hover{
    color: #ffffff;
	background-color: #9ea8b8;
}
.btn-outline-cyan{
	font-size: 0.875rem;
	color: #4ec0a9;
	background-color: #ffffff;
	border: solid 0.063rem #4ec0a9;
	border-radius: 0.188rem;
    padding:0.25rem 1.5rem;
}
.btn-outline-cyan:hover{
    color: #ffffff;
	background-color: #4ec0a9;
}
.textbox {
	background-color: #ffffff;
	border: solid 0.063rem #e7ebf4;
	border-radius: 0.188rem;
    -moz-border-radius: 0.188rem;
    -webkit-border-radius: 0.188rem;
    border-radius: 0.188rem;
    /*border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;*/
}
.textbox-focused {
  border-color: #39c !important;
  -moz-box-shadow: 0 0 3px 0 transparent;
  -webkit-box-shadow: 0 0 3px 0 transparent;
  box-shadow: 0 0 3px 0 transparent;
}
.textbox-invalid {
    border-color: #ffa8a8 !important;
    background-color: #fff;
}

.textbox-label{
    /*font-weight: bold;*/
    /*color: black;*/
}
.textbox-text{
    color: #696969;
}

#tb {
    font-size: 0.875rem;
    /*颜色加深*/
	/*color: #9196a4;*/
}

.data-info-box > .label{
    display:inline-block;
    vertical-align:middle;
    width: 0.188rem;
	height: 1rem;
	background-color: #106fff;
	border-radius: 0.062rem;
}

.data-info-box > .title{
    display:inline-block;
    vertical-align:middle;
	font-size: 1rem;
	color: #333333;
}


/*首页*/
/*业务*/
.iconfont-symbol {
   width: 1em; height: 1em;
   vertical-align: -0.15em;
   fill: currentColor;
   overflow: hidden;
}

.iconfont.icon-logout{
    color:#83a4d1;
    font-size:1.4375rem;
}

.iconfont-symbol.star:hover{
    fill:#f7ab00 !important;
}

.iconfont.icon-star{
    color:#666666;
}
.iconfont.icon-star:hover{
    color:#f7ab00;
}
.iconfont.icon-star-select{
    color:#f7ab00;
}
.star .popover-header{
    color: #ffffff;
    padding: 0rem 0.5rem;
    background-color: rgba(0, 0, 0, 0.5);
}
.star .popover-body{
    color: #ffffff;
    font-size: 0.875rem;
    padding: 0rem 0.5rem;
    background-color: rgba(0, 0, 0, 0.5);
    /*opacity: 0.5;*/
}
.bs-popover-bottom.star, .bs-popover-auto[x-placement^="bottom"].star {
    margin-top: 0.25rem;
}
.bs-popover-bottom.star .arrow, .bs-popover-auto[x-placement^="bottom"].star .arrow {
    top: calc((0.25rem + 1px) * -1);
}
.star .arrow:before{
    border-width: 0 0.25rem 0.25rem 0.25rem;
}
.star .arrow:after{
    border-bottom-color: rgba(0, 0, 0, 0.4);
    border-width: 0 0.25rem 0.25rem 0.25rem;
}
.star.popover .arrow {
    width: 0.5rem;
    height: 0.25rem;
}

#public_student{
    margin-right:-0.625rem;
}

#public_student .title{
	height: 1.875rem;
	background-image: linear-gradient(-90deg,
		#2389e9 0%,
		#7848d2 100%),
	linear-gradient(
		#f5f6fa,
		#f5f6fa);
	background-blend-mode: normal,
		normal;
	border-radius: 0.125rem;
}

#public_student .title>:nth-child(1){
	font-size: 1rem;
    line-height: 1.875rem;
    margin-left:0.563rem;
	color: #ffffff;
}

#public_student .title>:nth-child(2) .count-down{
	font-size: 0.75rem;
	line-height: 1.875rem;
	color: rgba(255, 255, 255, 0.5);
}

#public_student .title>:nth-child(2) .close-icon{
	width: 0.75rem;
	height: 0.75rem;
	color: #ffffff;
	line-height: 1.875rem;
    cursor:pointer;
}

#public_student .content{
	/*height: 15.188rem;*/
	background-color: #ffffff;
	box-shadow: 0rem 0rem 0.313rem 0rem 
		rgba(0, 0, 0, 0.1);
	border-radius: 0.188rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
    font-size: 0.875rem;
    line-height: 1.2rem;
}

#public_student .content .list{
    padding-top:0.25rem;
    padding-bottom:0.25rem;
}

#public_student .content .list + .list{
    border-left: 1px solid #dee2e6;
}

#public_student .content .list:nth-child(3n+1){
    border-left: 0;
}

/*#public_student .content .list + .list::before{
    border-left: 1px solid #dee2e6;
    border-left: 1px solid rgba(0, 0, 0, 0.125);
    content: "";
}*/

#public_student .content .list>div>:nth-child(1){
    color:#1077ff;
    padding-right: 0;
}

#public_student .content .list>div>:nth-child(2)>a{
    float:right;
    padding-left: 0;
}

#public_student .content .list>div>:nth-child(3){
    color:#9196a4;
}

#public_student .content a.more{
	width: 6.25rem;
	height: 1.25rem;
	background-image: linear-gradient(-90deg, 
		#2389e9 0%, 
		#7848d2 100%), 
	linear-gradient(
		#4ed5a9, 
		#4ed5a9);
	background-blend-mode: normal, 
		normal;
	border-radius: 0.594rem;
    
    padding-left:1.375rem;
    padding-right:1.375rem;
    
	font-size: 0.875rem;
	line-height: 0.5rem;
	color: #ffffff;
}

.card-div{
    margin-bottom:0.625rem;
    padding-right:0.3125rem;
}

.card-div .card-body {
  padding: 0.5rem;
}

.card-div .card{
    min-height:25rem;
}

.card-div .card-list{
	font-size: 0.875rem;
	color: #b2b8c8;
    margin-bottom:0.75rem;
}

.card-div .card-list>div:after{
	display: block;
    clear: both;
    content: "";
}

.card-div .card-list>div>span:nth-child(even){
	float: right !important;
}

.card-div .card-list>div>span:nth-child(1)>a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 160px;
    display: inline-block;
}

.card-div .card-list>div>span:nth-child(2){
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 160px;
}

.card-div .card-list a,
.card-div .card-list a:visited{
	color: #666666;
}

.card-div .card-list a.today{
	color: #1077ff
}

.card-div .text-center.more{
    font-size: 0.875rem;
    color: #9196a4;
}

.dashboard-info-box {
    margin-bottom:1.25rem;
}

.dashboard-info-box .label{
    display:inline-block;
    vertical-align:middle;
    width: 0.188rem;
	height: 1.125rem;
	background-color: #106fff;
	border-radius: 0.062rem;
}

.dashboard-info-box .title{
    display:inline-block;
    vertical-align:middle;
	font-size: 1.125rem;
	color: #333333;
}

.dashboard-info-box .more{
    display:inline-block;
    vertical-align:bottom;
    float:right;
	font-size: 0.875rem;
	color: #9196a4;
    line-height: 1.5rem;
}

.dashboard-info-box .content{
	/*width: 18.75rem;*/
	height: 18.75rem;
	background-color: #ffffff;
	box-shadow: 0rem 0rem 0.313rem 0rem 
		rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    margin-top:0.75rem;
}

.dashboard-info-box #approve_apply_message.content,
.dashboard-info-box #approve_examine_message.content{
	height: 9.625rem;
}

.dashboard-info-box #sale_alarm.content>div{
	margin-bottom:0.75rem;
}
.dashboard-info-box #sale_alarm.content>div>:nth-child(-n+2),
.dashboard-info-box #sale_alarm.content>div>:nth-child(-n+2) > a{
	font-size: 0.875rem;
	color: #9196a4;
}
.dashboard-info-box #approve_apply_message.content>div>:nth-child(1),
.dashboard-info-box #approve_examine_message.content>div>:nth-child(1){
	font-size: 0.875rem;
	/*color: #9196a4;*/
    color: #666666;
}

.dashboard-info-box #sale_alarm.content>div>:nth-child(3)>a,
.dashboard-info-box #approve_apply_message.content>div>:nth-child(2)>a,
.dashboard-info-box #approve_examine_message.content>div>:nth-child(2)>a{
	font-size: 0.75rem;
	color: #f7ab00;
    float:right;
}

.dashboard-info-box #sale_alarm.content>div>:nth-child(4),
.dashboard-info-box #sale_alarm.content>div>:nth-child(4) > a{
	font-size: 0.875rem;
	color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.echarts-box {
    /*height:322px;*/
    height:20rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    max-width:100%;
}

/*企划*/

.dashboard-info-box .label.yellow{
	background-color: #f7ab00;
}

#spotlight .info-box .label{
    display:inline-block;
    vertical-align:middle;
	width: 0.188rem;
	height: 1.125rem;
	background-color: #f7ab00;
	border-radius: 0.062rem;
    margin-right: 0.625rem;
}

#spotlight .info-box .title{
    display:inline-block;
    vertical-align:middle;
	font-size: 1.125rem;
	color: #333333;
}

#spotlight .box{
	max-width: 14.75rem;
	height: 6.875rem;
	background-blend-mode: normal, 
		normal;
	box-shadow: 0rem 0rem 0.313rem 0rem 
		rgba(0, 0, 0, 0.3);
	border-radius: 0.188rem;
}

#spotlight .box.purple{
	background-image: linear-gradient(90deg, 
		#9374d5 0%, 
		#6e77ca 100%), 
	linear-gradient(
		#49a2e6, 
		#49a2e6);
}

#spotlight .box.green{
	background-image: linear-gradient(90deg, 
		#5edea3 0%, 
		#29beb5 100%), 
	linear-gradient(
		#49a2e6, 
		#49a2e6);
}

#spotlight .box.yellow{
	background-image: linear-gradient(90deg, 
		#fbc33c 0%, 
		#f8a441 100%), 
	linear-gradient(
		#49a2e6, 
		#49a2e6);
}

#spotlight .box .title{
	max-width: 7.5rem;
	height: 1.625rem;
	background-color: rgba(255, 255, 255, 0.6);
	opacity: 0.6;
	border-bottom-left-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
}

#spotlight .box .content{
	font-size: 1rem;
	color: #f5f6fa;
    text-align: center;
    margin-top:0.625rem;
    margin-bottom:0.625rem;
}

#spotlight .box .content>span{
    font-size: 1.875rem;
}
#spotlight .box a{
	font-size: 0.875rem;
	color: #d7f3f1;
    float:right;
    padding-right:0.625rem;
}

/*主管*/
.btn-pxcrm {
	font-size: 0.875rem;
    border-color: #f7ab00;
	color: #f7ab00;
    background-color: #ffffff;
}

.btn-pxcrm:hover,
.nav.nav-pills.nav-pxcrm .nav-item >a:hover {
    border-color: #f7ab00;
	/*color: #f7ab00;
    background-color: #ffffff;*/
    color: #ffffff;
    background-color: #ffbb1e;
}

.btn-pxcrm:not(:disabled):not(.disabled).active,
.show > .btn-pxcrm.dropdown-toggle,
.nav.nav-pills.nav-pxcrm .nav-item >a:not(:disabled):not(.disabled).active {
    border-color: #f7ab00;
    color: #ffffff;
    background-color: #f7ab00;
}

.btn-group > .btn.btn-pxcrm:last-child:not(.dropdown-toggle),
.btn-group > .btn-group:last-child > .btn.btn-pxcrm,
.nav.nav-pills.nav-pxcrm .nav-item:last-child >a {
    border-top-right-radius: 0.99875rem;
    border-bottom-right-radius: 0.99875rem;
}

.btn-group > .btn.btn-pxcrm:first-child,
.btn-group > .btn-group:first-child > .btn.btn-pxcrm,
.nav.nav-pills.nav-pxcrm .nav-item:first-child >a {
    border-top-left-radius: 0.99875rem;
    border-bottom-left-radius: 0.99875rem;
}

.nav.nav-pills.nav-pxcrm{
    display: inline-flex;
}

.nav.nav-pills.nav-pxcrm .nav-item >a{
    display: inline-block;
    min-width: 5rem;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
    border: 1px solid transparent;
    border-color: #f7ab00;
    color: #f7ab00;
    background-color: #ffffff;
    /*line-height: 1.5;*/
    line-height: 1.25rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.nav.nav-pills.nav-pxcrm .nav-item:not(:last-child) >a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.nav.nav-pills.nav-pxcrm .nav-item:not(:first-child) >a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.nav.nav-pills.nav-pxcrm .nav-item + .nav-item {
    margin-left: -1px;
}

#search_box .nav.nav-pills .nav-item >a,
#window_nav .nav.nav-pills .nav-item >a{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0.875rem;
    padding: 0.25rem 1rem;
    border: 1px solid transparent;
    border-color: #e7ebf4;
    color: #666666;
    background-color: #ffffff;
    /*line-height: 1.5;*/
    line-height: 1.25rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#search_box .nav.nav-pills .nav-item + .nav-item,
#window_nav .nav.nav-pills .nav-item + .nav-item {
    margin-left: 0.625rem;
}

#search_box .nav-pills .nav-link.active,
#search_box .nav-pills .show > .nav-link{
    color: #ffffff !important;
    background-color: #007bff !important;
}

#window_nav .nav.nav-pills .nav-item >a{
    border-color: #f7ab00;
    color: #f7ab00;
    background-color: #ffffff;
}

#window_nav .nav-pills .nav-link.active,
#window_nav .nav-pills .show > .nav-link {
    color: #ffffff !important;
    background-color: #f7ab00 !important;
}

#dashboard_data_tab.nav.nav-tabs,
#dashboard_data_tab.nav-tabs .nav-link{
    border:0;
    display: inline;
}

#dashboard_data_tab.nav.nav-tabs .nav-link{
    color: #666666;
    border-bottom: 0.125rem solid #e7ebf4;
	border-radius: 0.062rem;
}

#dashboard_data_tab.nav.nav-tabs .nav-link.active,
#dashboard_data_tab.nav.nav-tabs .nav-item.show .nav-link{
    color: #1077ff;
    border-bottom: 0.125rem solid #1077ff;
}
#dashboard_data_box .tab-content > .active,
#dashboard_department_data_box .tab-content > .active,
#dashboard_school_data_box .tab-content > .active,
#window_dashboard_product_data_box .tab-content > .active,
#dashboard_department_data_tab_content .tab-content > .active{
    display: flex;
}
.border-box,
.echarts-box,
dashboard_product_data_box,
#dashboard_data_box,
#dashboard_department_data_box,
#dashboard_school_data_box,
#window_dashboard_product_data_box,
#dashboard_department_data_tab_content{
    background-color: #ffffff;
}

#dashboard_data_user .list-title,
#dashboard_product_data_box .list-title,
#product_achievement_list_title.list-title{
	font-size: 0.875rem;
	line-height: 1.875rem;
	color: #8f9693;
}

#achievement_rank {
    /*position:absolute;*/
    position:fixed;
    /*left:90%;*/
    /*Firefox*/
	left:-moz-calc(100vw - 4.5625rem);
	/*chrome safari*/
	left:-webkit-calc(100vw - 4.5625rem);
	/*Standard */
    left:calc(100vw - 4.5625rem);
    /*top:3.75rem;*/
    top:3.25rem;
    width: 10.9375rem;
}
#achievement_rank img {
    position: relative;
	/*width: 4.5rem;
	height: 2.875rem;*/
    width: 4.5625rem;
	height: 2.9375rem;
}
#achievement_rank a:hover {
	margin-left: -6.375rem;
}
#achievement_rank a:hover .title{
    display: inline-block !important;
}
#achievement_rank .title {
    display: inline-block;
	width: 9.375rem;
	height: 1.875rem;
	background-color: #ffffff;
	border-radius: 0.188rem;
	border: solid 0.063rem #a27205;
    text-align:center;
    margin-left: -3rem;
    
	font-size: 0.875rem;
	line-height: 1.75rem;
	letter-spacing: 0.088rem;
	color: #666666;
    vertical-align: -webkit-baseline-middle;
}
#achievement_rank .title > span{
    vertical-align: -webkit-baseline-middle;
	font-size: 0.875rem;
	line-height: 0.875rem;
	letter-spacing: 0.088rem;
	color: #666666;
}



/*我的企业*/
.company-info-box{
    font-size: 0.875rem;
    color: #282e3b;
    line-height: 1.5rem;
}
.company-info-box .abstract > div,
.company-info-box .detail > div{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.company-info-box .abstract > div:nth-child(1) > :nth-child(1){
    font-size: 1.125rem;
    color: #4ec0a9;
    vertical-align: baseline;
}
.company-info-box .abstract > div:nth-child(1) > :nth-child(2){
    background-color: #4ec0a9;
}
.company-info-box .abstract > div:nth-child(1) > :nth-child(3){
    padding: 0rem;
    font-size: 0.75rem;
}
.company-info-box .abstract > div:nth-child(2) > button{
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
}
.company-info-box .detail > div :nth-child(1){
    color: #7f8797;
    padding-right: 0.25rem;
}








/* footer底层样式 */

body {
    margin: 0;
    padding: 0;
}

.data-footer>:nth-child(2),
.data-footer>:nth-child(3),
.data-footer>.data-left,
.data-footer>.data-left2,
.data-footer>img,
.chuo {
    position: relative;
}

.data-footer {
    width: 100%;
    height: 60px;
    background: #107dff;
    font-size: 12px;
    color: #c3ddff;
}

.data-footer>img {
    left: 220px;
    bottom: 52px;
}

.data-footer>:nth-child(2) {
    width: 280px;
    left: 400px;
    bottom: 125px;
    font-size: 14px;
}

.data-footer>:nth-child(3) {
    width: 133px;
    left: 450px;
    bottom: 130px;
}

.data-footer>.data-left {
    bottom: 170px;
    left: 800px;
    width: 100px;
    font-size: 14px;
}

.data-footer>.data-left2 {
    bottom: 195px;
    left: 1000px;
    width: 140px;
    font-size: 14px;
}

.data-left>e,
.data-left2>e {
    color: #fce680;
    font-size: 18px;
}

.chuo {
    font-size: 20px;
    bottom: 220px;
    width: 50px;
    height: 50px;
    color: white;
    left: 1320px;
}

.big-box {
    width: 1360px;
    height: 768px;
    margin: 55px auto;
}

.pxcrm-min-width{
    width:1366px;
}

.must-input-tag{
    color: red;
}