* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body,
div,
span,
iframe,
map,
font,
img,
a img,
samp,
strong,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
b,
p,
blockquote,
a,
address,
code,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tr,
td,
th {
  padding: 0;
  margin: 0;
  border: 0;
  font-weight: normal;
  font-family: Arial, '微软雅黑';
}

html,
body {
  height: 100%;
}

body {
  background: #fff;
}

p {
  margin: 0 !important;
}

ul,
li {
  list-style: none;
}

dl {
}

input {
  background: none;
  outline: none;
  border: 0px;
  width: 100%;
  /* height: 100%; */
  padding: 0.75rem 0.35rem;
  border-radius: 0.15rem;
  font-size: 0.86rem;
}

input::-webkit-input-placeholder {
  font-size: 14px;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 14px;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 14px;
}

/* ie11显示显示加载不同的样式 */
/* IE10-specific styles go here */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  input::-webkit-input-placeholder {
    font-size: 14px;
  }

  input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 14px;
  }

  input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 14px;
  }

  input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 14px;
  }

  input::-ms-clear {
    display: none;
  }

  input::-ms-reveal {
    display: none;
  }
}

textarea {
  background: none;
  outline: none;
  border: 0px;
  width: 100%;
  /* height: 100%; */
  padding: 0.75rem 0.35rem;
  border-radius: 0.15rem;
}

.hdp-header {
  z-index: 999 !important;
}

.hdp-select {
  min-height: 2.65rem;
}

.hdp-font-w-bold {
  font-weight: bold;
}

.hdp-font-w-bolder {
  font-weight: bolder;
}

.hdp-header {
  position: fixed;
  z-index: 999;
  background-color: #000000;
  min-height: 4rem;
  width: 100%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.hdp-content {
  min-height: 100%;
  width: 100%;
  padding: 4rem 0 3rem 0;
}

.hdp-content-mt {
  width: 100%;
  padding: 4rem 0 3rem 0;
}

.hdp-footer {
  width: 100%;
  min-height: 3rem;
  margin-top: -3rem;
  overflow: hidden;
}

.hdp-content-full {
  height: 100%;
  width: 100%;
}

.dtt-tips-app {
  display: none;
}

.hdp-uhide {
  display: none !important;
}

.hdp-uhide-v {
  visibility: hidden !important;
}

.hdp-tx-l {
  text-align: left;
}

.hdp-tx-r {
  text-align: right;
}

.hdp-tx-c {
  text-align: center;
}

.hdp-ut-s {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  outline: 0 !important;
}

.hdp-ut-m {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal !important;
  outline: 0 !important;
}

.hdp-shadow {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.hdp-shadow-1 {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.hdp-bg-1 {
  background: #272727;
}

.hdp-bg-2 {
  background-color: #ffffff;
}

.hdp-bg-2-border {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  height: 2.25rem;
}

.dtt-item-submit {
  width: 40%;
  height: 2rem;
}

.hdp-bg-3 {
  background-color: #333333;
}

.hdp-bg-4 {
  background-color: transparent;
}

.hdp-bg-5 {
  background-color: #86b934;
}

.hdp-bg-6 {
  background-color: #000000;
}

.hdp-bg-7 {
  background-color: #dddddd;
}

.hdp-bg-8 {
  background-color: #3a8c4d;
}

.hdp-bg-9 {
  background-color: #f6f6f6;
}

.hdp-bg-10 {
  background-color: #d8e7db;
}

.hdp-bg-11 {
  background-color: #e7f0d4;
}

.hdp-bg-12 {
  background-color: #f0f6f1;
}

.hdp-bg-13 {
  background-color: #99ccad;
}

.hdp-bg-14 {
  background-color: #ededed;
}

.hdp-bg-15 {
  background-color: #808080;
}

.hdp-font-color-1 {
  color: #000000;
}

/*选择颜色:  */

.hdp-pos-a {
  position: absolute;
}

.hdp-pos-r {
  position: relative;
}

.hdp-color-1 {
  color: #c9c9c9;
}

.hdp-color-2 {
  color: #86b934;
}

.hdp-color-3 {
  color: #ffffff;
}

.hdp-color-4 {
  color: #797979;
}

.hdp-color-5 {
  color: #c2c2c3;
}

.hdp-color-6 {
  color: #5f5f65;
}

.hdp-color-7 {
  color: #069fdd;
}

.hdp-color-8 {
  color: #000000;
}

.hdp-color-9 {
  color: #bbbbbb;
}

.hdp-color-10 {
  color: #a0a0a0;
}

.hdp-color-11 {
  color: #fe0000;
}

.hdp-color-12 {
  color: #3a8c4d;
}

.hdp-text-center {
  text-align: center;
}

.hdp-text-left {
  text-align: left;
}

.hdp-text-right {
  text-align: right;
}

.hdp-line-h-1 {
  line-height: 1.5rem;
}

.hdp-line-h-2 {
  line-height: 2rem;
}

.hdp-line-h-3 {
  line-height: 3rem;
}

.hdp-line-h-4 {
  line-height: 4rem;
}

.hdp-indent-true {
  text-indent: 2em;
}

.hdp-indent-false {
  text-indent: 0;
}

.hdp-mar-t-1 {
  margin-top: 0.5rem;
}

.hdp-mar-t-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.hdp-mar-t-3 {
  margin-top: 2rem;
}

.hdp-mar-t-4 {
  margin-top: 3rem;
}

.hdp-mar-b-1 {
  margin-bottom: 1rem;
}

.hdp-mar-b-2 {
  margin-bottom: 2rem;
}

.hdp-mar-b-3 {
  margin-bottom: 3rem;
}

.hdp-mar-l-1 {
  margin-left: 1rem;
}

.hdp-mar-l-2 {
  margin-left: 2rem;
}

.hdp-mar-l-3 {
  margin-left: 3rem;
}

.hdp-padding-tb {
  padding: 0.35rem 0;
}

.hdp-padding-tb-08 {
  padding: 0.8rem 0;
}

.hdp-padding-tb-1 {
  padding: 1rem 0;
}

.hdp-padding-tb-2 {
  padding: 1.5rem 0;
}

.hdp-padding-tb-3 {
  padding: 2rem 0;
}

.hdp-padding-tb-5 {
  padding: 3rem 0;
}

.hdp-padding-tb-12 {
  padding: 6rem 0;
}

.hdp-padding-05 {
  padding: 0.5rem;
}

.hdp-padding-15-40 {
  padding: 1.5rem 4rem;
}

.hdp-padding-2 {
  padding: 2rem;
}

.hdp-padding-1 {
  padding: 1rem 0;
}

.hdp-padding-heri-3 {
  padding: 0 3rem;
}

.hdp-padding-heri-1 {
  padding: 0 1rem;
}

.hdp-margin-05 {
  margin: 0.5rem 0;
}

.hdp-margin-1 {
  margin: 1rem 0;
}

.hdp-margin-2 {
  margin: 1.5rem 0;
}

.hdp-margin-3 {
  margin: 2rem 0;
}

.hdp-margin-4 {
  margin: 2.5rem 0;
}

.hdp-margin-0-10 {
  margin: 0rem 1rem;
}

.hdp-hand-act-1 {
}

.hdp-hand-act-2 {
}

.hdp-hand-act-3 {
}

.hdp-hand-act-4 {
}

.hdp-hand-act-5 {
}

.hdp-hand-act-1:hover {
  cursor: pointer;
}

.hdp-hand-act-2:hover {
  cursor: pointer;
  color: #86b934;
}

.hdp-hand-act-3:hover {
  cursor: pointer;
  color: #ffffff;
}

.hdp-hand-act-4:hover {
  cursor: pointer;
  color: #0993d0;
}

.hdp-hand-act-5:hover {
  cursor: pointer;
  color: #000000 !important;
  background-color: #ffffff;
}

/* .hdp-hand-act-6:hover {
  cursor: pointer;
  color: #FFFFFF !important;
  background-color: #000000;
} */
/* Shutter In Vertical */
.hdp-hand-act-6 {
  cursor: pointer;
  /* display: inline-block;
  vertical-align: middle; */
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #000000;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hdp-hand-act-6:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hdp-hand-act-6:hover,
.hdp-hand-act-6:focus,
.hdp-hand-act-6:active {
  color: white;
}

.hdp-hand-act-6:hover:before,
.hdp-hand-act-6:focus:before,
.hdp-hand-act-6:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}

.hvr-grow-shadow:hover,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* Bounce To Right */
.hdp-hvr-bounce-to-right {
  cursor: pointer;
  /* display: inline-block;
  vertical-align: middle; */
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hdp-hvr-bounce-to-right:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hdp-hvr-bounce-to-right:hover,
.hdp-hvr-bounce-to-right:focus,
.hdp-hvr-bounce-to-right:active {
  color: white;
}

.hdp-hvr-bounce-to-right:hover:before,
.hdp-hvr-bounce-to-right:focus:before,
.hdp-hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.bsWorkSpace-content-font-family {
  font-family: lato;
}

.imgWidth {
  height: 6.87rem;
}

.authDisable {
  width: 6.87rem;
  height: 6.87rem;
  position: absolute;
  background-color: black;
  opacity: 0.6;
  left: 1.56rem;
  border-radius: 3px;
  color: white;
  display: table;
  cursor: not-allowed;
  font-size: 1.06rem;
}

.chartModal {
  width: 100%;
  display: flex;
  height: 90%;
  flex-direction: row;
  background-color: #fff;
}

.ringCenter {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.ringCenter > span {
  font-size: 0.86rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.ringCenter > span > p:nth-child(2) {
  color: #86bc25;
}

.ringBorder {
  display: flex;
  align-items: flex-start;
  width: 35%;
}

.ringBorder > div {
  height: 50%;
  width: 85%;
  margin: 2rem auto 0rem;
  border-radius: 50%;
  border: 1.3rem solid #86bc25;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ringBorder > div > span:nth-child(2) {
  font-size: 2.6rem;
  color: #86bc25;
}

.chartModalRightContent {
  width: 40%;
  display: flex;
  padding: 4rem 1rem;
  flex-direction: column;
  justify-content: space-evenly;
  background-color: white;
}

.chartModalRightContent span {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.chartModalRightContent span div:nth-child(1) {
  font-size: 0.86rem;
}

.chartModalRightContent span div:nth-child(2) {
  font-size: 1.5rem;
}

.chartModalRightContent span div:nth-child(2):hover {
  color: #86bc25;
}

.closeTitle {
  width: 100%;
  height: 7%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.86rem;
  padding-right: 0.375rem;
  color: #53565a;
  background-color: #eaebeb;
}

.TitleContent {
  font-size: 1rem;
  white-space: nowrap;
}

.TitleContent img {
  margin: 0rem 0.5rem;
  width: 1.5rem;
}

.TitleContentRight {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  color: #53565a !important;
  text-decoration: none !important;
}

.TitleContentRight input[type='text'] {
  width: 20%;
  /* height: 1.5rem !important; */
  /* min-height: 1rem !important; */
  /* line-height: 0.5rem; */
  background-color: #fff;
  color: #53565a;
  border: 1px solid #53565a;
  padding: 0.6rem 0.2rem;
}

.TitleContentRightButton {
  border: 1px solid black;
  margin: 0rem 0.5rem;
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
}

.TitleContentRightButton button {
  padding: 0.1rem 0.5rem;
  color: black;
}

.TitleContentRightButton .button_active {
  background-color: #86bc25 !important;
  color: white !important;
}

.chartContent {
  min-height: 23.75rem;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  background: #fff;
  position: relative;
}

.closeTitleGreen {
  width: 100%;
  height: 17%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.86rem;
  color: #fff;
  background-color: #86bc25;
}

.closeTitleGray {
  width: 100%;
  height: 17%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.86rem;
  padding-right: 0.375rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.closeTitleGreen > div:nth-child(1) {
  width: 67%;
  display: flex;
  justify-content: start;
  align-items: center;
}

.closeTitleGreen > div:nth-child(2) {
  width: 35%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.closeTitleGreen img {
  width: 0.86rem;
  margin: 0rem 0.3rem;
}

.closeTitleGray {
  width: 100%;
  height: 7%;
  text-align: right;
  font-size: 0.9375rem;
  padding-right: 0.375rem;
  color: #ccc;
}

.closeButton {
  cursor: pointer;
  margin: 0.2rem;
}

.ableButton {
  border-bottom: 3px solid #55c0a2;
  width: 15rem;
  display: inline-block;
  text-align: center;
  color: black;
  cursor: pointer;
}

.disButton {
  display: inline-block;
  width: 11rem;
  padding: 0rem 1rem;
  text-align: center;
  cursor: pointer;
}

.shadowbox-style {
  /* box-shadow: 0px 0px 10px #d7d7d7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #f3f3f3; */
  overflow-y: hidden !important;
  margin: auto -0.25rem !important;
  /* background-color: white; */

  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  width: auto;
  z-index: 0;
  overflow-x: hidden;
}

.financialSheet {
  width: 100%;
  height: 83%;
  background: url('/images/qiandai.png') no-repeat 1rem rgba(134, 188, 37, 0.5);
  background-size: 5rem;
}

.financialSheet span {
  display: inline-block;
  vertical-align: middle;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.financialSheet p span:hover {
  font-weight: bold;
  color: #f2bd0a;
}

.financialSheet p {
  display: flex;
  color: #fff;
  flex-direction: row-reverse;
  align-items: baseline;
}

.financialSheetDetail {
  position: absolute;
  bottom: 0rem;
  right: 0.93rem;
  font-size: 0.68rem;
  color: #fff;
  line-height: 1.5rem;
}

.financialBalance {
  width: 90%;
  margin: auto;
  line-height: 1.9rem;
}

.financialBalance p span:nth-child(1) {
  font-size: 0.86rem;
  padding: 0rem 0rem 0rem 0.3rem;
}

.financialBalance p span:nth-child(2) {
  font-size: 1.2rem;
}

.financialBalance > div > span > span:nth-child(1) {
  color: #fff;
  font-size: 0.86rem;
}

.financialP {
  line-height: 6rem;
  color: #fff;
  justify-content: center;
}

.financialP span:nth-child(1) {
  font-size: 0.86rem;
}

.financialP span:nth-child(2) {
  font-size: 2rem !important;
}

/* .financialSheet span:last-child{
  float: right;
  margin-left: -0.31rem;
} */
/* .financialSheet span p:first-child{
  font-size: 1.25rem;
  color: #DDDDDD;
} */
.btn-group,
.btn-group-xs button {
  /* font-size:0.75rem; 
  height:1.31rem; */
  background-color: transparent;
  border: none !important;
  color: #53565a;
  width: 50%;
}

.btn-group,
.btn-group-xs button:focus {
  /* font-size:0.75rem; 
  height:1.31rem; */
  background-color: transparent;
  border: none !important;
  color: #53565a;
  text-decoration: none;
}

.btn-group,
.btn-group-xs button:active {
  /* font-size:0.75rem; 
  height:1.31rem; */
  background-color: transparent;
  border: none !important;
  color: #53565a;
  text-decoration: none;
}

.btn-group-xs a {
  padding: 0px 6px;
}

.btn-group-xs a.active {
  text-decoration: underline;
  font-weight: 600;
}

.btn-group,
.btn-group-xs button:hover {
  font-size: 0.75rem;
  height: 1.31rem;
  background-color: transparent;
  border: none !important;
  color: #53565a;
  text-decoration: none;
}

.financialSheet span p:nth-child(2n) {
  color: #888;
}

.financialSheet span div:last-child {
  font-size: 0.68rem;
  color: #999;
  float: right;
}

.HRSheet {
  width: 100%;
  background-color: rgba(134, 188, 37, 0.5);
  height: 83%;
  cursor: pointer;
  position: relative;
}

.HRSheet span {
  display: inline-block;
  vertical-align: middle;
}

.HRSheet span:nth-child(2) p:hover {
  font-weight: bold;
  color: #f2bd0a;
}

/* .HRSheet span:first-child{
  width:35%;
} */
.HRSheet > span:last-child {
  width: 100%;
  height: 100%;
}

/* .HRSheet p span{
  width:100% !important;
} */
.HRSheet span p:first-child {
  font-size: 3.5rem;
  color: white;
  line-height: 2;
  display: flex;
  justify-content: center;
  align-items: baseline;
  height: 100%;
  color: #dddddd;
}

.HRSheet span p:nth-child(2n) {
  color: #888;
  font-size: 0.93rem;
}

.HRSheet span p:last-child {
  font-size: 0.75rem;
  color: #fff;
}

.HRSpan span:first-child {
  width: auto;
}

.HRSpan span:last-child {
  width: auto !important;
  font-size: 0.68rem;
  color: #fff;
  line-height: 1.5rem;
  position: absolute;
  right: 0.93rem;
  bottom: 0rem;
}

.profileInline {
  width: 100%;
  display: inline-block;
}

.profileAvenue {
  float: right;
}

.profileAvenue:hover {
  font-weight: bold;
  color: #f2bd0a;
}

.ProfileSheet {
  width: 100%;
  height: 93%;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.3);
}

.ProfileSheet p {
  /* border-bottom: 0.1875rem solid #CCCCCC; */
  text-align: center;
  font-size: 1.2rem;
  /* line-height: 3.125rem; */
}

.ProfileData {
  /* width:100%; */
  margin: 0.9375rem 0.9375rem;
}

.ProfileData span:hover {
  font-weight: bold;
  color: #f2bd0a;
}

.ProfileData ul li:nth-child(odd) {
  font-size: 0.8125rem;
  color: #fff;
  /* margin: 0.1875rem auto; */
}

.ProfileData ul li:nth-child(even) {
  font-size: 1.6rem;
  color: #fff;
}

.ProfileData ul li:nth-child(even) span:last-child {
  font-size: 0.75rem;
  line-height: 1.875rem;
}

.ProfileData ul li:nth-child(even) span:last-child span {
  margin: 0px;
  float: left;
}

.profileUpArrow {
  color: white;
  margin-left: 1rem;
}

.profileUpArrow:after {
  /*∧∨*/
  content: ' ↑';
  /*color: black;*/
  background-image: url('');
  font-weight: 800;
  font-size: 0.9375rem;
}

.profileFlat {
  color: white;
  margin-left: 1rem;
}

.profileFlat:after {
  /*∧∨*/
  content: ' -';
  /*color: black;*/
  background-image: url('');
  font-size: 0.9375rem;
}

.profileDownArrow {
  color: white;
  margin-left: 1rem;
}

.profileDownArrow:after {
  content: ' ↓';
  /*color: black;*/
  background-image: url('');
  font-weight: 800;
  font-size: 0.9375rem;
}

.proFileIcon {
  width: 115px;
}

.chooseBorder {
  box-sizing: border-box;
  box-shadow: 1px 1px 11px #26ab37;
}

.grayScale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* webkit内核支持程度较好 */
  -moz-filter: grayscale(100%);
  /* 其他内核现在并不支持，为了将来兼容性书写 */
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  /*filter: url(../grayscale.svg#grayScale);*/
  pointer-events: none;
}

#detailTable td {
  height: 35px;
  vertical-align: middle;
  padding-left: 5px;
}

.lastTdAmount {
  float: right;
  padding-right: 20px;
  line-height: 35px;
}

#detailTable table {
  width: 100%;
}

#detailTable tr:nth-child(2n) {
  background-color: #fcfcfc;
  font-size: 0.87rem;
}

#detailTable tr:nth-child(2n-1) {
  background-color: #f6f9f1;
  font-size: 0.87rem;
}

#detailTable tr:first-child {
  background-color: #96cb51;
  color: whitesmoke;
  font-size: 1.12rem;
}

.videoFix {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 120%;
}

.videoFixForgetPWD {
  width: 90%;
  max-width: 120%;
}

/* 图片百分比设置大小 */
.hdp-img-1 {
  width: 100%;
  height: auto;
}

.hdp-img-2 {
  width: 90%;
  height: auto;
}

.hdp-img-3 {
  width: 80%;
  height: auto;
}

.hdp-img-4 {
  width: 70%;
  height: auto;
}

.hdp-img-5 {
  width: 60%;
  height: auto;
}

.hdp-img-6 {
  width: 50%;
  height: auto;
}

.hdp-img-7 {
  width: 40%;
  height: auto;
}

.hdp-img-8 {
  width: 30%;
  height: auto;
}

.hdp-img-9 {
  width: 8rem;
}

/* 宽度百分比 */
.hdp-w-auto {
  width: auto;
}

.hdp-w-100 {
  width: 100%;
}

.hdp-w-96 {
  width: 96%;
}

.hdp-w-95 {
  width: 95%;
}

.hdp-w-90 {
  width: 90%;
}

.hdp-w-85 {
  width: 85%;
}

.hdp-w-80 {
  width: 80%;
}

.hdp-w-75 {
  width: 75%;
}

.hdp-w-70 {
  width: 70%;
}

.hdp-w-65 {
  width: 65%;
}

.hdp-w-63 {
  width: 63%;
}

.hdp-w-60 {
  width: 60%;
}

.hdp-w-55 {
  width: 55%;
}

.hdp-w-50 {
  width: 50%;
}

.hdp-w-45 {
  width: 45%;
}

.hdp-w-40 {
  width: 40%;
}

.hdp-w-35 {
  width: 35%;
}

.hdp-w-33 {
  width: 33.33%;
}

.hdp-w-30 {
  width: 30%;
}

.hdp-w-25 {
  width: 25%;
}

.hdp-w-24 {
  width: 24%;
}

.hdp-w-20 {
  width: 20%;
}

.hdp-w-15 {
  width: 15%;
}

.hdp-w-13 {
  width: 13%;
}

.hdp-w-87 {
  width: 87%;
}

.hdp-w-12 {
  width: 12%;
}

.hdp-w-10 {
  width: 10%;
}

.hdp-w-5 {
  width: 5%;
}

.hdp-w-1 {
  width: 1%;
}

/* 高度百分比 */
.hdp-h-auto {
  width: auto;
}

.hdp-h-100 {
  height: 100%;
}

.hdp-h-90 {
  height: 90%;
}

.hdp-h-80 {
  height: 80%;
}

.hdp-h-70 {
  height: 70%;
}

.hdp-h-60 {
  height: 60%;
}

.hdp-h-50 {
  height: 50%;
}

.hdp-h-40 {
  height: 40%;
}

.hdp-h-30 {
  height: 30%;
}

.hdp-h-20 {
  height: 20%;
}

.hdp-h-10 {
  height: 10%;
}

.hdp-h-5 {
  height: 5%;
}

/* 字体统一大小梯度--html默认10px */
.hdp-font-size-1 {
  font-size: 3.8rem;
}

.hdp-font-size-2 {
  font-size: 3.4rem;
}

.hdp-font-size-3 {
  font-size: 3rem;
}

.hdp-font-size-4 {
  font-size: 2.6rem;
}

.hdp-font-size-5 {
  font-size: 2.2rem;
}

.hdp-font-size-6 {
  font-size: 2rem;
}

.hdp-font-size-7 {
  font-size: 1.8rem;
}

.hdp-font-size-8 {
  font-size: 1.6rem;
}

.hdp-font-size-85 {
  font-size: 1.4rem;
}

.hdp-font-size-9 {
  font-size: 1.2rem;
}

.hdp-font-size-10 {
  font-size: 1rem;
}

.hdp-font-size-11 {
  font-size: 0.9rem !important;
}

.hdp-font-size-12 {
  font-size: 0.86rem;
}

/* ie11显示显示加载不同的样式 */
/* IE10-specific styles go here */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hdp-font-size-1 {
    font-size: 4.2rem;
  }

  .hdp-font-size-2 {
    font-size: 3.6rem;
  }

  .hdp-font-size-3 {
    font-size: 3.2rem;
  }

  .hdp-font-size-4 {
    font-size: 2.8rem;
  }

  .hdp-font-size-5 {
    font-size: 2.4rem;
  }

  .hdp-font-size-6 {
    font-size: 2.2rem;
  }

  .hdp-font-size-7 {
    font-size: 2rem;
  }

  .hdp-font-size-8 {
    font-size: 1.8rem;
  }

  .hdp-font-size-9 {
    font-size: 1.6rem;
  }

  .hdp-font-size-10 {
    font-size: 1rem;
  }

  .hdp-font-size-11 {
    font-size: 1.2rem;
  }

  .hdp-font-size-12 {
    font-size: 0.86rem;
  }
}

.hdp-layout-pop {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: auto;
  z-index: 9999;
  background-color: rgb(0, 0, 0);
  opacity: 0.3;
}

.hdp-layout-pop-content {
  position: absolute;
  left: 25%;
  top: 10rem;
  z-index: 10000;
}

.hdp-a-line-no {
  text-decoration: none !important;
}

.hdp-text-pre {
  white-space: pre-wrap;
}

.hdp-word-ww {
  word-wrap: break-word;
  word-break: break-all;
}

.dtt-overflow-scorll-y {
  position: relative;
  overflow-y: auto;
}
