body {
  min-width: unset;
  overflow-x: auto;
}
.mb40 {
  margin-bottom: 40px;
}
.mt80 {
  margin-top: 80px;
}
.overview span {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid #999;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
/*
.viewp4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}*/
.viewp4 {
  overflow: hidden;
  margin-right: -20px;
}
.viewp4 li {
  display: -webkit-flex;
  display: -ms-flexbox;
  float: left;
  display: flex;
  /* -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/
  height: 170px;
  background-color: #fff;
  width: 25%;
  padding-left: 36px;
  border-right: 20px solid #eee;
  -webkit-flex: 0.25;
  flex: 0.25;
}
/*.viewp4 li:last-child {
  border-right: 0;
}*/
.viewp4 li > span {
  float: left;
  position: relative;
  min-width: 88px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #f6a201;
  background: -moz-oldlinear-gradient(bottom, #f6a201 0%, #ffdc99 100%);
  background: linear-gradient(0deg, #f6a201 0%, #ffdc99 100%);
  margin-top: 41px;
}
.viewp4 li > span img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.viewp4 li:nth-child(3) > span {
  background: #436ff1;
  background: -moz-oldlinear-gradient(bottom, #436ff1 0%, #8aa8ff 100%);
  background: linear-gradient(0deg, #436ff1 0%, #8aa8ff 100%);
}
.viewp4 li:nth-child(2) > span {
  background: #fe575d;
  background: -moz-oldlinear-gradient(bottom, #fe575d 0%, #ffa8ab 100%);
  background: linear-gradient(0deg, #fe575d 0%, #ffa8ab 100%);
}
.viewp4 li:nth-child(4) > span {
  background: #6ac243;
  background: -moz-oldlinear-gradient(bottom, #6ac243 0%, #b6f59a 100%);
  background: linear-gradient(0deg, #6ac243 0%, #b6f59a 100%);
}
.viewp4 li > div {
  float: left;
  /*position: relative;
  top: -4px;*/
  margin-left: 45px;
  margin-top: 31px;
}
.viewp4 li > div h5 {
  font-size: 16px;
  color: #82878D;
  font-weight: normal;
}
.viewp4 li > div strong {
  font-size: 30px;
  color: #333;
  line-height: 1;
  display: block;
  margin: 15px 0 25px 0;
}
.viewp4 li > div p {
  font-size: 12px;
  color: #666;
}
.viewp4 li > div p a {
  cursor: pointer;
  padding: 8px 11px;
  border: 1px solid #E8E8E8;
}
.viewp4 li > div p a:last-child {
  border-color: #436FF1;
  position: relative;
  left: 16px;
}
.viewp4 li > div p a:first-child {
  border-color: #E8E8E8;
  position: relative;
  left: 0;
  transition: all 0.3s ease-in;
}
.viewp4 li > div p a:first-child:hover {
  border-color: #436FF1;
  color: #fff;
  background-color: #436FF1;
}
.viewDetail {
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-right: -20px;
}
.viewDetail > div {
  position: relative;
  height: 400px;
  /* margin-top: 20px; */
  border-top: 20px solid #eee;
  float: left;
}
/* .viewDetail > div:nth-child(odd) {
  width: 72.6%;
  margin-right: 20px;
  border-right: 20px solid #eee;
  float:left;
} */
/* .viewDetail > div:nth-child(even) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  float:right;
 

}
 */
.viewDetail > div {
  width: 25%;
}
.viewDetail > div.widthmore {
  width: 72.6%;
}
.viewDetail > div.width50p {
  width: 50%;
}
.viewDetail > div.w100 {
  width: 100%;
  height: auto;
  border-bottom: 20px solid #eee;
  padding-bottom: 20px;
  margin-right: 20px;
}
.viewDetail > div.br20 {
  border-right: 20px solid #eee;
}
.viewDetail > div:nth-child(1),
.viewDetail > div:nth-child(2) {
  height: 500px;
}
.viewDetail > div h1 {
  height: 60px;
  line-height: 60px;
  color: #333;
  font-weight: normal;
  border-bottom: 1px solid #eee;
  margin: 0;
}
.viewDetail > div h1 > span {
  vertical-align: super;
  font-size: 12px;
  color: #666;
  padding-right: 20px;
}
.viewDetail > div h1 > span:first-child {
  padding-right: 0;
  float: unset;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.viewDetail > div h1 > label.selGruops {
  color: #666;
  font-size: 13px;
  vertical-align: super;
  margin-left: 10px;
  cursor: pointer;
}
.viewDetail > div h1 > label:hover {
  color: #436FF1;
}
.viewDetail > div h1 > label.active {
  color: #436FF1;
}
.viewDetail > div h1 > span:first-child.pl20 {
  vertical-align: super;
}
.viewDetail > div h1 > span.pr315 {
  padding-right: 390px;
}
.viewDetail > div h1 > span.fon14 {
  font-size: 14px;
  padding: 7px 21px;
  border: 1px solid #E8E8E8;
  cursor: pointer;
}
.viewDetail > div h1 > span.fon14.active {
  background-color: #436FF1;
  color: #fff;
  border-color: #436FF1;
}
.viewDetail > div h1 span.fr {
  font-size: 14px;
  color: #666;
  vertical-align: super;
  cursor: pointer;
}
.viewDetail > div h1 span.fr.active {
  color: #436FF1;
}
.viewDetail > div h1 span.fr:hover {
  color: #436FF1;
}
.viewDetail > div > ul {
  font-size: 14px;
  color: #666;
  position: relative;
  text-align: center;
}
.viewDetail > div > ul.mt130 {
  margin-top: 130px;
}
.container {
  margin: 0 20px;
}
.viewDetail .container ul.item {
  font-size: 14px;
  color: #333;
  text-align: left;
  margin-right: -20px;
}
.viewDetail .container ul.item li {
  width: 20%;
  height: 60px;
  line-height: 60px;
  float: left;
  margin-top: 14px;
  cursor: pointer;
}
.viewDetail .container ul.item li div {
  margin-right: 20px;
  background-color: #F7F9FC;
}
.viewDetail .container ul.item li div:hover {
  color: #436FF1;
}
.viewDetail .container ul.item li div span {
  background-color: #EDF3FF;
}
.viewDetail .container > ul.item li.opc0 {
  opacity: 0;
}
.viewDetail .container > ul.item li span {
  display: inline-block;
  height: 100%;
  width: 25%;
  text-align: center;
  font-size: 18px;
  color: #4673F1;
  margin-right: 8%;
}
.viewDetail > div > ul li.fontbigger {
  font-size: 16px;
  margin-bottom: 10px;
}
.viewDetail > div > ul li a {
  display: inline-block;
  width: 120px;
  height: 35px;
  border-radius: 20px;
  background-color: #436FF1;
  color: #fff;
  line-height: 35px;
  margin-top: 29px;
}
.viewDetail > div div.date_picker {
  position: absolute;
  height: 30px;
  top: 16px;
  right: 94px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 14px;
  color: #333;
}
.viewDetail > div div.date_picker > span {
  line-height: 30px;
  padding: 0 7px;
}
.viewDetail > div div.date_picker input {
  padding: 0 32px 0 0;
  width: 90px;
  height: 100%;
  line-height: 30px;
  border: 1px solid #eee;
  border-radius: 20px;
  outline: none;
  text-align: center;
}
.viewDetail .botbord {
  border-bottom: 20px solid #eee;
  padding-bottom: 20px;
}
.date_selector {
  top: 40px !important;
  left: 18px !important;
  font-size: 12px;
}
.date_selector,
.date_selector * {
  width: auto;
  height: auto;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  box-sizing: content-box;
}
.date_selector {
  background: #fbfbfb;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 0;
  margin-top: -1px;
  position: absolute;
  z-index: 5;
  display: none;
  border-radius: 3px;
  box-shadow: 0 0 5px #aaa;
  box-shadow: 0 2px 2px #ccc;
  width: 220px;
}
.date_selector_ieframe {
  position: absolute;
  z-index: 99999;
  display: none;
}
.date_selector .nav {
  width: 17.5em;
}
.date_selector .nav p {
  clear: none;
}
.date_selector .month_nav,
.date_selector .year_nav {
  margin: 0 0 3px 0;
  padding: 0;
  display: block;
  position: relative;
  text-align: center;
}
.date_selector .month_nav {
  float: left;
  width: 50%;
}
.date_selector .year_nav {
  float: right;
  width: 40%;
  margin-right: -10px;
}
.date_selector .month_name,
.date_selector .year_name {
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
}
.date_selector .button {
  display: block;
  position: absolute;
  top: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #5985c7;
  text-align: center;
  font-size: 12px;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.date_selector .button:hover,
.date_selector .button.hover {
  background: #436FF1;
  color: #fff;
  cursor: pointer;
  border-color: #3a930d;
}
.date_selector .prev {
  left: 0;
}
.date_selector .next {
  right: 0;
}
.date_selector table {
  border-spacing: 0;
  border-collapse: collapse;
  clear: both;
  margin: 0;
  width: 220px;
}
.date_selector th,
.date_selector td {
  width: 2.5em;
  height: 2em;
  padding: 0 !important;
  text-align: center !important;
  color: #666;
  font-weight: normal;
}
.date_selector th {
  font-size: 12px;
}
.date_selector td {
  border: 1px solid #f1f1f1;
  line-height: 2em;
  text-align: center;
  white-space: nowrap;
  color: #5985c7;
  background: #fff;
}
.date_selector td.today {
  background: #eee;
}
.date_selector td.unselected_month {
  color: #ccc;
}
.date_selector td.selectable_day {
  cursor: pointer;
}
.date_selector td.selected {
  background: #436FF1;
  color: #fff;
  font-weight: bold;
}
.date_selector td.selectable_day:hover,
.date_selector td.selectable_day.hover {
  background: rgba(67, 111, 241, 0.7);
  color: #fff;
}
#showmathing {
  height: 320px;
  text-align: center;
}
#showmathing:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  opacity: 0;
  vertical-align: middle;
}
#showmathing > div:first-child {
  margin-top: 37px;
  font-size: 16px;
}
#showmathing > div:first-child span {
  font-size: 16px;
}
#showmathing > div {
  text-align: center;
  vertical-align: middle;
}
#showmathing > div > span {
  display: inline-block;
  width: 165px;
}
#showmathing > div > span:first-child {
  margin-right: 9.8%;
}
/* 
#showmathing > div > span:nth-child(2){
  float: right
} */
#showmathing > div:nth-child(2) {
  margin-top: 32px;
}
#showmathing > div:nth-child(2) span {
  font-size: 30px;
}
.viewDetail > div h1 span.fr.ownbtn {
  width: 60px;
  height: 30px;
  border: 1px solid #436FF1;
  color: #436FF1;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  line-height: 28px;
  text-align: center;
  padding-right: 0;
  margin: 15px 20px 0 0;
}
.viewDetail > div h1 span.fr.ownbtn:hover {
  color: #fff;
  background-color: #436FF1;
}
#matching {
  display: inline-block;
  width: 41.5%;
  min-width: 420px;
  margin-left: 4.5%;
}
/* 鏂版坊鍔犵殑椤靛ご寮� */
.littleHD {
  height: 198px;
  text-align: center;
  color: #fff;
}
.littleHD h1 {
  font-size: 40px;
  padding-top: 43px;
  margin: 0;
}
.littleHD p {
  font-size: 14px;
  margin-top: 20px;
}
/* 鏂版坊鍔犵殑椤靛ご寮�粨鏉�*/
/* 改变新添加的 */
.dope {
  font-size: 15px;
  cursor: pointer;
}
.dope dt {
  white-space: nowrap;
  padding: 0 20px;
  border-bottom: 1px solid #eee;
  text-align: justify;
}
.dope dt span {
  display: inline-block;
  line-height: 62px;
  max-width: 77%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dope dt:hover {
  background-color: #F6F6FA;
  transition: all 0.3s ease-in-out;
}
.dope dt span:last-child {
  float: right;
  font-size: 13px;
  color: #999;
}
.dope + .getmore {
  display: inline-block;
  margin-top: 33px;
  color: #436FF1;
  padding-left: 20px;
}
.pdetail {
  padding: 0 20px 0 10px;
}
.pdetail li {
  margin-top: 51px;
  margin-bottom: 42px;
  white-space: nowrap;
}
.pdetail li:first-child {
  margin-top: 30px;
}
.pdetail li + li {
  margin-top: 0;
}
.pdetail li span,
.pdetail li em,
.pdetail li b {
  display: inline-block;
  vertical-align: middle;
}
.pdetail li span {
  width: 70px;
  font-size: 16px;
  text-align: right;
}
.pdetail li em {
  margin-left: 4%;
  width: 55%;
  height: 15px;
  background-color: #eee;
  border-radius: 8px;
  cursor: pointer;
}
.pdetail li b {
  height: 100%;
  width: 80%;
  border-radius: 8px;
  background: linear-gradient(to right, #FFDC99 0%, #F6A201 100%);
}
.pdetail li:nth-child(odd) b,
.pdetail li:nth-child(odd) b em {
  background: linear-gradient(to right, #FFDC99 0%, #F6A201 100%);
}
.pdetail li:nth-child(even) b,
.pdetail li:nth-child(even) b em {
  background: linear-gradient(to right, #78D1FE 0%, #4674F2 100%);
}
.pdetail li:nth-child(odd) b span {
  border-top-color: #FABF4D;
}
.pdetail li:nth-child(even) b span {
  border-top-color: #60A4F8;
}
.grand {
  display: inline-block;
  vertical-align: middle;
}
.grand li {
  display: inline-block;
  line-height: 1.5;
  color: #666;
  text-align: center;
  padding: 0 45px;
}
.grand li:first-child {
  border-right: 2px solid #eee;
}
.grand li p {
  margin-top: 10px;
  font-size: 36px;
  font-weight: bold;
}
.legend {
  padding-left: 20px;
  line-height: 70px;
}
.legend img {
  width: 23px;
  margin-right: 8px;
}
.legend label {
  top: -1px;
}
.legend p {
  display: inline-block;
}
.legend p + p {
  margin-left: 57px;
}
.hd label {
  position: relative;
  left: 10px;
  width: 26px;
  height: 14px;
  vertical-align: sub;
  display: inline-block;
  line-height: 1;
  cursor: pointer;
}
.hd .mui-switch {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
/*.hd .mui-switch*/
.hd .mui-switch + em {
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #C8C8C8;
  background-color: #fdfdfd;
  box-shadow: #dfdfdf 0 0 0 0 inset;
  border-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-clip: content-box;
  display: inline-block;
  -webkit-appearance: none;
  -webkit-user-select: none;
  user-select: none;
  outline: none;
  cursor: pointer;
}
/*.hd .mui-switch:before*/
.hd .mui-switch ~ i {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  left: 0;
  border-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.4);
}
/*.hd .mui-switch:checked*/
.hd .mui-switch:checked + em {
  border-color: #436FF1;
  box-shadow: #436FF1 0 0 0 16px inset;
  background-color: #436FF1;
}
/*.hd .mui-switch:checked:before*/
.hd .mui-switch:checked ~ i {
  left: 12px;
}
/*.hd .mui-switch.mui-switch-animbg */
.hd .mui-switch:checked + em {
  transition: background-color ease 0.4s;
}
/*.hd .mui-switch.mui-switch-animbg:before*/
.hd .mui-switch.mui-switch-animbg ~ i {
  transition: left 0.3s;
  background-color: #fff;
}
/*.hd .mui-switch.mui-switch-animbg:checked*/
.hd .mui-switch.mui-switch-animbg:checked + em {
  box-shadow: #dfdfdf 0 0 0 0 inset;
  background-color: #436FF1;
  transition: border-color 0.4s, background-color ease 0.4s;
}
/*.hd .mui-switch.mui-switch-animbg:checked:before*/
.hd .mui-switch.mui-switch-animbg:checked ~ i {
  transition: left 0.3s;
  background-color: #fff;
}
/*.hd .mui-switch.mui-switch-anim*/
.hd .mui-switch.mui-switch-anim + em {
  transition: border cubic-bezier(0, 0, 0, 1) 0.4s, box-shadow cubic-bezier(0, 0, 0, 1) 0.4s;
}
/*.hd .mui-switch.mui-switch-anim:before*/
.hd .mui-switch.mui-switch-anim ~ i {
  transition: left 0.3s;
}
/*.hd .mui-switch.mui-switch-anim:checked */
.hd .mui-switch.mui-switch-anim:checked + em {
  box-shadow: #436FF1 0 0 0 16px inset;
  background-color: #436FF1;
  transition: border ease 0.4s, box-shadow ease 0.4s, background-color ease 1.2s;
}
/*.hd .mui-switch.mui-switch-anim:checked:before */
.hd .mui-switch.mui-switch-anim:checked ~ i {
  transition: left 0.3s;
}
@media screen and (max-width: 1250px) {
  #matching {
    margin-left: 0;
  }
  .grand li {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1350px) {
  .pdetail li em {
    width: 65%;
  }
  .pdetail{
    padding:0 90px 0 10px
  }
  .viewp4 li > span{
    min-width: 78px;
    width: 78px;
    height: 78px;
  }
}
/*.hd .mui-switch:checked*/
.hd .mui-switch:checked + em.yellow {
  border-color: #F6A60C;
  box-shadow: #F6A60C 0 0 0 16px inset;
  background-color: #F6A60C;
}
.hd .mui-switch:checked + em.red {
  border-color: #FE7F84;
  box-shadow: #FE7F84 0 0 0 16px inset;
  background-color: #FE7F84;
}
.pdetail li span:last-child {
  width: 10%;
  text-align: center;
  margin-left: 10px;
}
/*2020.2.25添加*/
@media screen and (max-width: 1520px) {
  #week,
  #month,
  #all {
    display: none;
  }
  .sons-items>div {
    padding: 10px !important;
  }
  .lead .sons-t {
    margin: 0 10px 0 15px !important;
  }
  .lead .sons-t p {
    width: 170px !important;
  }
}
@media screen and (max-width: 1220px) {
  .legend p + p {
    margin-left: 30px;
  }
}
.viewDetail .wh270 {
  width: 280px;
  height: 270px;
  margin: 18px auto 0 auto;
}
.c8indexExponent h5 {
  margin-top: 50px;
  text-align: center;
  font-size: 16px;
}
.c8indexExponent h5 span {
  font-size: 20px;
  color: #436FF1;
}
.c8indexExponent p {
  text-align: center;
  font-size: 12px;
  color: #666;
  line-height: 2;
  margin-top: 7px;
}
.viewDetail > div.width75p {
  width: 75%;
  border-right: 20px solid #eee;
}
.indexanalysis {
  height: 200px;
  float: left;
  padding: 0 34px;
  border-bottom: 1px solid #DCDCDC;
  margin-left: 20px;
  margin-top: 62px;
}
.indexanalysis li {
  float: left;
  width: 48px;
  position: relative;
  background-color: #DEE7FF;
  cursor: pointer;
  z-index: 5;
}
.indexanalysis li + li {
  margin-left: 50px;
}
.indexanalysis li.h142 {
  height: 142px;
  margin-top: 58px;
}
.indexanalysis li.h107 {
  height: 107px;
  margin-top: 93px;
}
.indexanalysis li.h199 {
  height: 200px;
}
.indexanalysis li p {
  left: -10px;
  right: -10px;
  text-align: center;
}
.indexanalysis li p:first-child {
  position: absolute;
  font-size: 12px;
  color: #666;
  top: -20px;
}
.indexanalysis li p:last-child {
  position: absolute;
  font-size: 13px;
  bottom: -25px;
}
.indexanalysis li:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-width: 8px;
  border-style: solid;
  border-bottom: none;
  border-color: transparent;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: auto;
}
.indexanalysis li.showMeg {
  background: linear-gradient(to bottom, #7cd8ff 0%, #436ff1 100%);
}
.indexanalysis li.showMeg p {
  color: #436FF1;
}
.indexanalysis li.showMeg:after {
  border-top-color: #436FF1;
}
.proposal {
  margin: 30px 20px 0 650px;
  height: 260px;
}
.proposal:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.proposal h5 {
  font-size: 16px;
}
.proposal p {
  margin-top: 20px;
  position: relative;
  padding-left: 18px;
  line-height: 20px;
}
.proposal p:after {
  left: 3px;
  top: 6px;
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #436FF1;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #436FF1;
}
.proposal p a {
  color: #436FF1;
  display: inline-block;
}
/* 提升建议弹窗 */
.mask {
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.mask .w540h480 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 540px;
  height: 480px;
  background-color: #fff;
  border-radius: 10px;
  padding: 17px 28px 36px 28px;
}
.mask .w540h480.moreH {
  height: 520px;
}
.mask h4.til1 {
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 17px;
  border-bottom: 1px solid #eee;
}
.mask h5.til2 {
  margin-top: 22px;
  font-size: 15px;
  color: #436FF1;
}
.mask .descri {
  margin-top: 10px;
  font-size: 13px;
  line-height: 20px;
  text-align: justify;
}
.mask button {
  position: absolute;
  border-radius: 3px;
  width: 100px;
  height: 35px;
  margin: auto;
  background-color: #436FF1;
  border: none;
  color: #fff;
  cursor: pointer;
  left: 0;
  right: 0;
  bottom: 36px;
}
.mask .mt30 {
  margin-top: 30px;
}
.mask .talentdelv {
  margin-top: 12px;
}
.mask .talentdelv li {
  float: left;
  width: 150px;
  height: 220px;
  text-align: center;
  background-color: #F2F5FF;
  padding: 0 15px;
}
.mask .talentdelv li img {
  margin-top: 18px;
}
.mask .talentdelv li img.mart10 {
  margin-top: 10px;
}
.mask .talentdelv li img.mart20 {
  margin-top: 20px;
}
.mask .talentdelv li h5 {
  margin: 12px 0;
  font-size: 15px;
}
.mask .talentdelv li p {
  font-size: 12px;
  line-height: 20px;
  text-align: justify;
}
.mask .talentdelv li + li {
  margin-left: 17px;
}
.mask .dlvratio {
  margin-top: 20px;
  position: relative;
  border-radius: 10px;
  padding: 30px;
  background-color: #F2F5FF;
}
.mask .dlvratio p {
  position: absolute;
  line-height: 22px;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 230px;
  text-align: justify;
}
.mask .dlvratio.gwjmdqyjz {
  padding: 30px 60px 30px 50px;
  margin: 24px 0;
}
.mask .dlvratio.gwjmdqyjz p {
  top: 30px;
  bottom: 30px;
  left: 240px;
  right: 60px;
}
.mask .dlvratio.gwjmdqyjz span {
  display: block;
  margin-bottom: 16px;
  font-size: 18px;
  color: #436FF1;
  font-weight: bold;
  text-align: center;
}
.mask .dlvratio.zhmx {
  padding: 27px 28px 27px 24px;
  margin: 24px 0;
}
.mask .dlvratio.zhmx p {
  top: 27px;
  bottom: 27px;
  right: 28px;
  left: 248px;
}
.mask .dlvratio.zhmx p span {
  display: block;
  font-size: 13px;
}
.mask .dlvratio.gwbzjz {
  margin: 24px 0;
}
.mask .dlvratio.gwbzjz img {
  margin-top: 18px;
}
.mask .dlvratio.gwbzjz p {
  position: static;
  float: right;
  line-height: 24px;
  width: 230px;
}
.mask .dlvratio.gwbzjz p span {
  display: block;
  margin-bottom: 16px;
  font-size: 18px;
  color: #436FF1;
  font-weight: bold;
  text-align: justify;
}
.mask .Survey {
  margin: 30px 0 18px 0;
}
.mask .postAndCompany {
  margin-top: 17px;
}
.mask .postAndCompany li {
  width: 232px;
  height: 190px;
  padding: 18px 13px 0 13px;
  border-radius: 10px;
  background-color: #F2F5FF;
  text-align: justify;
}
.mask .postAndCompany li h5 {
  text-align: center;
  font-size: 15px;
  color: #436FF1;
}
.mask .postAndCompany li h5 span {
  padding: 0 11px;
}
.mask .postAndCompany li h5:before,
.mask .postAndCompany li h5:after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 1px;
  background-color: #436FF1;
  vertical-align: middle;
}
.mask .postAndCompany li p {
  margin-top: 15px;
  font-size: 12px;
  line-height: 20px;
}
.mask .postAndCompany li:first-child {
  float: left;
}
.mask .postAndCompany li:last-child {
  float: right;
}
.mask .modeling {
  margin-top: 24px;
}
.mask .modeling li {
  line-height: 20px;
  padding: 12px 10px;
  border-radius: 10px;
  background-color: #F2F5FF;
  text-align: justify;
  font-size: 12px;
}
.mask .modeling li span {
  font-size: 14px;
  font-weight: bold;
  color: #436FF1;
}
.mask .modeling li + li {
  margin-top: 10px;
}
.mask .zdytj {
  margin: 40px 0 33px 0;
}
.mask .zdytj li {
  float: left;
  height: 107px;
}
.mask .zdytj li:nth-child(odd) {
  width: 92px;
  padding: 12px;
  line-height: 20px;
  border-radius: 10px;
  font-size: 13px;
  background-color: #F2F5FF;
}
.mask .zdytj li:nth-child(even) {
  width: 36px;
  line-height: 107px;
  margin-right: 2px;
}
.mask .rgpp {
  margin: 24px 0 20px 0;
  padding: 20px 24px;
}
.mask .rgpp p {
  left: 280px;
  top: 20px;
}
.mask .rgpp p span {
  position: relative;
  display: block;
  padding: 8px;
  border-radius: 10px;
}
.mask .rgpp p span + span {
  margin-top: 17px;
}
.mask .rgpp p span:first-child {
  background-color: #52CF74;
}
.mask .rgpp p span:last-child {
  background-color: #FF7B7F;
}
.mask .rgpp p span em {
  display: block;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  font-style: normal;
}
.mask .rgpp p span img {
  position: absolute;
  right: 8px;
  top: 8px;
}
.mask .rgppd {
  padding: 0;
  background-color: transparent;
  margin: 24px 0 14px 0;
}
.mask .gwbz {
  text-align: center;
  padding: 16px 0;
  margin: 0 0 12px 0;
}
.mask .gwbz li {
  display: inline-block;
  padding: 0 40px;
}
.mask .gwbz li span {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: #436FF1;
  font-weight: bold;
}
.mask .gwbz + .descri {
  margin-bottom: 24px;
}
.mask .qhd {
  margin: 17px 0 11px 0;
  font-size: 13px;
  font-weight: bold;
}
.mask .tdlp {
  padding: 19px 27px;
  margin: 24px 0;
}
.mask .tdlp p {
  left: 215px;
}
.mask .tdlp p span {
  display: block;
  margin: 8px 0 12px 0;
  font-size: 18px;
  color: #436FF1;
  font-weight: bold;
}
.mask .tdlp p em {
  display: block;
  font-style: normal;
  line-height: 20px;
  font-size: 13px;
}
.mask .tdlprs {
  padding: 24px 24px 17px 24px;
  margin: 24px 0;
}
.mask .tdlprs li {
  width: 196px;
}
.mask .tdlprs li:first-child {
  float: left;
}
.mask .tdlprs li:last-child {
  float: right;
}
.mask .tdlprs li div {
  margin-top: 10px;
  font-size: 13px;
  line-height: 20px;
}
.mask .tdlprs li div span {
  color: #436FF1;
}
/**上周增量*/
.compare {
  width: 140px;
  height: 24px;
  margin: 11px auto -27px auto;
  line-height: 24px;
  border-radius: 20px;
  text-align: center;
  background-color: #436FF1;
}
.compare b {
  font-size: 16px;
  color: #fff;
}
.compare span {
  font-size: 10px;
  color: #fff;
  padding: 0 3px 0 5px;
  position: relative;
  top: -1px;
}
.indexanalysis > li:last-child {
  width: 0px;
  position: static;
  margin: 0px;
}
.indexanalysis > li > hr {
  position: absolute;
  height: 0px;
  outline: none;
  border: none;
  border-top: 1px dashed #C8C8C8;
  left: 0px;
  right: 0px;
}
.mdlDiv {
  display: inline-block;
  width: 98%;
  vertical-align: middle;
}
@media screen and (max-width: 1420px) {
  .indexanalysis {
    padding: 0 15px;
  }
  .indexanalysis li + li {
    margin-left: 30px;
  }
  .proposal {
    margin-left: 510px;
  }
}
@media screen and (max-width: 1200px) {
  .indexanalysis {
    padding: 0 10px;
  }
  .indexanalysis li {
    width: 40px;
  }
  .indexanalysis li + li {
    margin-left: 20px;
  }
  .proposal {
    margin-left: 400px;
  }
}
@media screen and (max-width: 1280px) {
  #c8indexExponent {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
}
@media screen and (max-width: 1200px) {
  #c8indexExponent {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin-left: -23px;
  }
}
.indexanalysis li:hover {
  background: linear-gradient(to bottom, #7cd8ff 0%, #436ff1 100%);
}
/* 新的操作指引 */
.justy2element {
  /*justy2element里面的两个元素需要用空格隔开*/
  text-align: justify;
  line-height: 0;
}
.justy2element > * {
  display: inline-block;
  line-height: 1;
}
.justy2element:after {
  content: "";
  width: 100%;
  overflow: hidden;
  display: inline-block;
  line-height: 0;
}
.lead {
  border-top: 20px solid #eee;
  border-bottom: 20px solid #eee;
  white-space: nowrap;
  margin-right: -20px;
  font-size: 0;
}
.lead > div {
  font-size: 0;
  vertical-align: top;
  white-space: normal;
  border-right: 20px solid #eee;
}
.lead h1 {
  height: 60px;
  line-height: 60px;
  color: #333;
  font-weight: normal;
  border-bottom: 1px solid #eee;
  margin: 0;
  overflow: hidden;
}
.lead h1 span {
  display: inline-block;
  padding-left: 16px;
  font-size: 14px;
  color: #666;
}
.lead h1 span:first-child {
  padding-right: 0;
  float: unset;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.lead .choose {
  width: 25%;
  padding-bottom: 20px;
}
.lead .choose > p {
  line-height: 1.5;
  padding: 0 20px;
  font-size: 14px;
  color: #333;
}
.lead .choose > p a {
  color: #436FF1;
}
.lead .con {
  padding: 20px 10px 16px 10px;
  font-size: 0;
}
.lead .con > div {
  padding: 0 10px;
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}
.lead .con > div img {
  width: 100%;
}
.lead .con > div p {
  line-height: 1.5;
  padding-top: 7px;
  font-size: 14px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}
.lead .items {
  width: 75%;
  box-shadow: -20px 0 0 0 #eee;
}
.lead .sons {
  font-size: 0;
  padding: 10px;
}
.lead .sons > div {
  margin: 10px;
  border-radius: 4px;
  padding: 20px 23px 20px 17px;
  height: 87px;
  background: #F8F8F8;
}
.lead .sons > div img {
  vertical-align: middle;
  width: 7px;
}
.lead .sons > div img:first-child {
  width: 27px;
}
.lead .sons-t {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0px;
  cursor: pointer;
}
.lead .sons-t h4 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}
.lead .sons-t p {
  width: 185px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 11px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}

